X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;ds=inline;f=fs%2Fnilfs2%2Fioctl.c;h=9e4d9e64c8ff7e3d10bc85d82bc3e2800a779e84;hb=8acfbf0939e98cc77dab94c24899c9930ddd1e13;hp=d9e3990f9589d45daa38d034563ee635a50efec4;hpb=7fa10d20012296300dfe645cb3e628a4e9a0d5ef;p=linux-2.6-omap-h63xx.git diff --git a/fs/nilfs2/ioctl.c b/fs/nilfs2/ioctl.c index d9e3990f958..9e4d9e64c8f 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, 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;