convert ext3
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 16 May 2013 01:02:48 +0000 (21:02 -0400)
committerMaciej Wereski <m.wereski@partner.samsung.com>
Tue, 9 Jun 2015 09:31:05 +0000 (11:31 +0200)
commit8115fcdf7b9a3bdac8428b824fc6d067abe4d8f6
tree69c5e1ed1ea0774d7358669ac6d347309d735feb
parent25ca52f762055e7c108d3cb144ee8289263657c3
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