]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/nilfs2/ioctl.c
nilfs2: clean up indirect function calling conventions
[linux-2.6-omap-h63xx.git] / fs / nilfs2 / ioctl.c
index d9e3990f9589d45daa38d034563ee635a50efec4..9e4d9e64c8ff7e3d10bc85d82bc3e2800a779e84 100644 (file)
@@ -71,7 +71,7 @@ static int nilfs_ioctl_wrap_copy(struct the_nilfs *nilfs,
                        break;
                }
                ppos = pos;
-               nr = (*dofunc)(nilfs, &pos, argv->v_flags, buf, argv->v_size,
+               nr = dofunc(nilfs, &pos, argv->v_flags, buf, argv->v_size,
                               n);
                if (nr < 0) {
                        ret = nr;