]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - fs/nfsd/nfs3proc.c
[PATCH] horizon.c: missing __devinit
[mv-sheeva.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);
 }