diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2013-05-17 17:00:34 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-06-29 12:56:42 +0400 |
commit | 070a0ebf42e15c9c595fc2ceac06100d60ced8f0 (patch) | |
tree | 7197f65bcd4fc85b543f95961425ec70c8438528 /fs/jfs/namei.c | |
parent | 77acfa29e10cc859cc165963093a83f754598b03 (diff) | |
download | talos-obmc-linux-070a0ebf42e15c9c595fc2ceac06100d60ced8f0.tar.gz talos-obmc-linux-070a0ebf42e15c9c595fc2ceac06100d60ced8f0.zip |
[readdir] convert jfs
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/jfs/namei.c')
-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 |