]> www.infradead.org Git - users/jedix/linux-maple.git/commit
jffs2: reduce the breakage on recovery from halfway failed rename()
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 8 Mar 2016 04:07:10 +0000 (23:07 -0500)
committerChuck Anderson <chuck.anderson@oracle.com>
Thu, 26 May 2016 22:45:42 +0000 (15:45 -0700)
commite40def13ece0593242c0a9a8eb1ef24bcd3a61e5
treef5deddfedb8fb60e2dc4f76298dfa156feb61786
parent865a124feaf6ca6c7189155ca5741cc57574b2fd
jffs2: reduce the breakage on recovery from halfway failed rename()

Orabug: 23331003

[ Upstream commit f93812846f31381d35c04c6c577d724254355e7f ]

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>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
(cherry picked from commit c62aadae234ffad0901c20ac1a1aa4e13cce1c20)

Signed-off-by: Dan Duval <dan.duval@oracle.com>
fs/jffs2/dir.c