aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/ioctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nilfs2/ioctl.c')
-rw-r--r--fs/nilfs2/ioctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nilfs2/ioctl.c b/fs/nilfs2/ioctl.c
index d9e3990f9589..9e4d9e64c8ff 100644
--- a/fs/nilfs2/ioctl.c
+++ b/fs/nilfs2/ioctl.c
@@ -71,7 +71,7 @@ static int nilfs_ioctl_wrap_copy(struct the_nilfs *nilfs,
71 break; 71 break;
72 } 72 }
73 ppos = pos; 73 ppos = pos;
74 nr = (*dofunc)(nilfs, &pos, argv->v_flags, buf, argv->v_size, 74 nr = dofunc(nilfs, &pos, argv->v_flags, buf, argv->v_size,
75 n); 75 n);
76 if (nr < 0) { 76 if (nr < 0) {
77 ret = nr; 77 ret = nr;