Home
last modified time | relevance | path

Searched hist:f9381284 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/jffs2/
H A Ddir.cf9381284 Mon Mar 07 22:07:10 CST 2016 Al Viro <viro@zeniv.linux.org.uk> jffs2: reduce the breakage on recovery from halfway failed rename()

d_instantiate(new_dentry, old_inode) is absolutely wrong thing to
do - it will oops if new_dentry used to be positive, for starters.
What we need is d_invalidate() the target and be done with that.

Cc: stable@vger.kernel.org # v3.18+
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
f9381284 Mon Mar 07 22:07:10 CST 2016 Al Viro <viro@zeniv.linux.org.uk> jffs2: reduce the breakage on recovery from halfway failed rename()

d_instantiate(new_dentry, old_inode) is absolutely wrong thing to
do - it will oops if new_dentry used to be positive, for starters.
What we need is d_invalidate() the target and be done with that.

Cc: stable@vger.kernel.org # v3.18+
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>