hpfs: switch to ->iterate_shared()
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 12 May 2016 23:44:04 +0000 (19:44 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 12 May 2016 23:47:13 +0000 (19:47 -0400)
commit7d674b3195b854eec26724b8e85c97da79cdcf9d
treecbee3eeed3041133a542d199a8a7ce98ae7b3d65
parente82c3147554785414a10a2d424590758646972b2
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>
fs/hpfs/dir.c