]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6b56916aa1685a8cb7cb67b41e87095b52775edb
treecbee3eeed3041133a542d199a8a7ce98ae7b3d65
parent4c26d30a2f474c76897be73f305ebdb6afc3f46e
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