]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/nfsd/nfs3proc.c
local_t: ia64 extension
[linux-2.6-omap-h63xx.git] / fs / nfsd / nfs3proc.c
index 64db601c2bd2e90848aa653c1fca55710fdeef4a..7f5bad0393b197915e203004b78dbb79d0eae4b9 100644 (file)
@@ -258,7 +258,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,
                                attr, newfhp,
-                               argp->createmode, argp->verf, NULL);
+                               argp->createmode, argp->verf, NULL, NULL);
 
        RETURN_STATUS(nfserr);
 }