]> Pileus Git - ~andy/linux/blobdiff - fs/nfsd/nfs3proc.c
Merge tag 'fbdev-updates-for-3.7' of git://github.com/schandinat/linux-2.6
[~andy/linux] / fs / nfsd / nfs3proc.c
index 2247fc91d5e9728e0796d45bb63c8784fb2da96e..9095f3c21df9e93a7bba11160f06896877851c09 100644 (file)
@@ -245,7 +245,7 @@ nfsd3_proc_create(struct svc_rqst *rqstp, struct nfsd3_createargs *argp,
        }
 
        /* Now create the file and set attributes */
-       nfserr = nfsd_create_v3(rqstp, dirfhp, argp->name, argp->len,
+       nfserr = do_nfsd_create(rqstp, dirfhp, argp->name, argp->len,
                                attr, newfhp,
                                argp->createmode, argp->verf, NULL, NULL);