Skip to content
Commit 5ded75ec authored by Al Viro's avatar Al Viro
Browse files

[readdir] 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: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 5f99f4e7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment