commit | 5ded75ec4c576577cae7d556e671d11d0c80c2fc | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed May 15 21:02:48 2013 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat Jun 29 12:46:49 2013 +0400 |
tree | 964c5d165f74933df96d6fa16f9bd866a7308727 | |
parent | 5f99f4e79abc64ed9d93a4b0158b21c64ff7f478 [diff] |
[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: Al Viro <viro@zeniv.linux.org.uk>