From 75308182733212e300aa44e61fd76f205d560f12 Mon Sep 17 00:00:00 2001 From: "J. Bruce Fields" Date: Fri, 27 Jul 2012 15:50:11 -0400 Subject: [PATCH] --- yaml --- r: 334037 b: refs/heads/master c: 95c7a20aeb3a6425673b673417b29f427739f7e7 h: refs/heads/master i: 334035: 0a18cb68af839db7dbc31f54500e27ad5526c4fe v: v3 --- [refs] | 2 +- trunk/fs/nfsd/nfs3proc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 79608093bafa..e81d258a2fff 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 87f26f9b087643d2e28a5dfbec2e03ac09422fc4 +refs/heads/master: 95c7a20aeb3a6425673b673417b29f427739f7e7 diff --git a/trunk/fs/nfsd/nfs3proc.c b/trunk/fs/nfsd/nfs3proc.c index 9095f3c21df9..97d90d1c8608 100644 --- a/trunk/fs/nfsd/nfs3proc.c +++ b/trunk/fs/nfsd/nfs3proc.c @@ -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); }