]> Git Repo - linux.git/blobdiff - fs/nfsd/nfs3proc.c
NFSD: Forget state for a specific client
[linux.git] / fs / nfsd / nfs3proc.c
index 9095f3c21df9e93a7bba11160f06896877851c09..97d90d1c86081edf89259bfc1c745082660855fc 100644 (file)
@@ -247,7 +247,7 @@ nfsd3_proc_create(struct svc_rqst *rqstp, struct nfsd3_createargs *argp,
        /* Now create the file and set attributes */
        nfserr = do_nfsd_create(rqstp, dirfhp, argp->name, argp->len,
                                attr, newfhp,
-                               argp->createmode, argp->verf, NULL, NULL);
+                               argp->createmode, (u32 *)argp->verf, NULL, NULL);
 
        RETURN_STATUS(nfserr);
 }
This page took 0.031173 seconds and 4 git commands to generate.