X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=nfs3%2Fnfs3.c;h=2c0d1500573977de6740c3bdcdb0582bb4015f80;hb=8a2ef6b448a40c790e7df154c12b54932f3e62e0;hp=cffad527ac86de393240f8851dde04ec6ded1b0d;hpb=c1cad41bedbd390770d5225b0e2277ae92eab9e9;p=bluesky.git diff --git a/nfs3/nfs3.c b/nfs3/nfs3.c index cffad52..2c0d150 100644 --- a/nfs3/nfs3.c +++ b/nfs3/nfs3.c @@ -130,6 +130,7 @@ void encode_pre_wcc(struct wcc_data *wcc, BlueSkyInode *inode) wcc->before.pre_op_attr_u.attributes.ctime.seconds = inode->ctime / 1000000; wcc->before.pre_op_attr_u.attributes.ctime.nseconds = (inode->ctime % 1000000) * 1000; } + void * nfsproc3_null_3_svc(void *argp, struct svc_req *rqstp) {