From: Michael Vrable Date: Tue, 29 Dec 2009 05:35:58 +0000 (-0800) Subject: Include post-opeation file attributes for the NFS write operation. X-Git-Url: http://git.vrable.net/?p=bluesky.git;a=commitdiff_plain;h=8f8e45baddcf19780e4189539771299bb0ace10b Include post-opeation file attributes for the NFS write operation. --- diff --git a/nfs3/nfs3.c b/nfs3/nfs3.c index 2a25e0b..c668542 100644 --- a/nfs3/nfs3.c +++ b/nfs3/nfs3.c @@ -357,6 +357,7 @@ nfsproc3_write_3_svc(write3args *argp, struct svc_req *rqstp) argp->data.data_val, argp->count); } + wcc.after.present = TRUE; encode_fattr3(&wcc.after.post_op_attr_u.attributes, inode); result.write3res_u.resok.file_wcc = wcc; result.write3res_u.resok.count = argp->count;