diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2013-05-17 23:00:34 +0200 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-06-29 10:56:42 +0200 |
commit | 070a0ebf42e15c9c595fc2ceac06100d60ced8f0 (patch) | |
tree | 7197f65bcd4fc85b543f95961425ec70c8438528 /fs/jfs/namei.c | |
parent | [readdir] convert ceph (diff) | |
download | linux-070a0ebf42e15c9c595fc2ceac06100d60ced8f0.tar.xz linux-070a0ebf42e15c9c595fc2ceac06100d60ced8f0.zip |
[readdir] convert jfs
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to '')
-rw-r--r-- | fs/jfs/namei.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/jfs/namei.c b/fs/jfs/namei.c index 3b91a7ad6086..89186b7b9002 100644 --- a/fs/jfs/namei.c +++ b/fs/jfs/namei.c @@ -1529,7 +1529,7 @@ const struct inode_operations jfs_dir_inode_operations = { const struct file_operations jfs_dir_operations = { .read = generic_read_dir, - .readdir = jfs_readdir, + .iterate = jfs_readdir, .fsync = jfs_fsync, .unlocked_ioctl = jfs_ioctl, #ifdef CONFIG_COMPAT |