commit | 7d674b3195b854eec26724b8e85c97da79cdcf9d | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Thu May 12 19:44:04 2016 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu May 12 19:47:13 2016 -0400 |
tree | cbee3eeed3041133a542d199a8a7ce98ae7b3d65 | |
parent | e82c3147554785414a10a2d424590758646972b2 [diff] |
hpfs: switch to ->iterate_shared() NOTE: the only reason we can do that without ->i_rdir_offs races is that hpfs_lock() serializes everything in there anyway. It's not that hard to get rid of, but not as part of this series... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>