From: Al Viro Date: Thu, 21 Jul 2011 19:49:09 +0000 (-0400) Subject: fix IN_DELETE_SELF on overwriting rename() on ramfs et.al. X-Git-Tag: v3.1-rc1~282^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=841590ce16c19a3ce38028adfc8b1955482ee00c;p=pandora-kernel.git 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 --- Reading git-diff-tree failed