convert ext3
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 16 May 2013 01:02:48 +0000 (21:02 -0400)
committerPawel Osmialowski <p.osmialowsk@mcdsrvbld02.digital.local>
Fri, 27 Mar 2015 17:13:01 +0000 (18:13 +0100)
commit3bbdfd899dbaf79985e39504dee4c5a108962646
tree7a38a39501fda91c12364922f89542f07b9c5c94
parent7542710d018a9e101cfcd62263ff8d3c04f73746
convert ext3

new helper: dir_relax(inode).  Call when you are in location that will
_not_ be invalidated by directory modifications (block boundary, in case
of ext*).  Returns whether the directory has survived (dropping i_mutex
allows rmdir to kill the sucker; if it returns false to us, ->iterate()
is obviously done)

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/ext3/dir.c
include/linux/fs.h