Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

Al Viro 7d674b31 e82c3147

+1 -1
+1 -1
fs/hpfs/dir.c
··· 330 330 { 331 331 .llseek = hpfs_dir_lseek, 332 332 .read = generic_read_dir, 333 - .iterate = hpfs_readdir, 333 + .iterate_shared = hpfs_readdir, 334 334 .release = hpfs_dir_release, 335 335 .fsync = hpfs_file_fsync, 336 336 .unlocked_ioctl = hpfs_ioctl,