From 108fca056b39835d3cd01b13e983771920013184 Mon Sep 17 00:00:00 2001 From: rees Date: Fri, 27 Feb 2004 19:37:43 +0000 Subject: NFSv4 fixes from Connectathon 2004: remove unused pid field of file context struct map nfs4 error codes to errnos eliminate redundant code from nfs4_request use zero stateid on setattr that doesn't set file size use same clientid on all mounts until reboot invalidate dirty bufs in nfs4_close, to play it safe open file for writing if truncating and it's not already open Approved by: alfred --- sys/nfsclient/nfs.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/nfsclient/nfs.h') diff --git a/sys/nfsclient/nfs.h b/sys/nfsclient/nfs.h index e10a548..bae407f 100644 --- a/sys/nfsclient/nfs.h +++ b/sys/nfsclient/nfs.h @@ -119,8 +119,6 @@ */ struct nfs4_fctx { TAILQ_ENTRY(nfs4_fstate) next; - - pid_t pid; uint32_t refcnt; struct nfs4_lowner *lop; struct nfsnode *np; -- cgit v1.1