commit | 841590ce16c19a3ce38028adfc8b1955482ee00c | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Thu Jul 21 15:49:09 2011 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Fri Jul 22 19:42:11 2011 -0400 |
tree | 83f20931de0103f1b3b60f6ba4b8aa8490c08084 | |
parent | ed70afcd6e795e3de98df56f1cd0f898fbf641a7 [diff] |
fix IN_DELETE_SELF on overwriting rename() on ramfs et.al. On ramfs and other simple_rename() users IN_DELETE_SELF is not generated for victim of overwriting rename() if it's is a directory. Works on most of the local filesystems and really trivial to fix... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>