From 8f8e45baddcf19780e4189539771299bb0ace10b Mon Sep 17 00:00:00 2001 From: Michael Vrable Date: Mon, 28 Dec 2009 21:35:58 -0800 Subject: [PATCH] Include post-opeation file attributes for the NFS write operation. --- nfs3/nfs3.c | 1 + 1 file changed, 1 insertion(+) 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; -- 2.20.1