summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfs
diff options
context:
space:
mode:
authorrmacklem <rmacklem@FreeBSD.org>2011-11-20 00:39:15 +0000
committerrmacklem <rmacklem@FreeBSD.org>2011-11-20 00:39:15 +0000
commitfe8742b921461e3f5ead974e8b994a5bfe5ed994 (patch)
tree012e5a639bebc96cef5ac01bfd03c26e46048843 /sys/fs/nfs
parent7a3edfea8343cb1141ff5d86a1fd44caf9037875 (diff)
downloadFreeBSD-src-fe8742b921461e3f5ead974e8b994a5bfe5ed994.zip
FreeBSD-src-fe8742b921461e3f5ead974e8b994a5bfe5ed994.tar.gz
Post r223774 the NFSv4 client never uses the linked list with the
head nfsc_defunctlockowner. This patch simply removes the code that loops through this always empty list, since the code no longer does anything useful. It should not have any effect on the client's behaviour. MFC after: 2 weeks
Diffstat (limited to 'sys/fs/nfs')
-rw-r--r--sys/fs/nfs/nfsclstate.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/fs/nfs/nfsclstate.h b/sys/fs/nfs/nfsclstate.h
index bb46220..006ef3f 100644
--- a/sys/fs/nfs/nfsclstate.h
+++ b/sys/fs/nfs/nfsclstate.h
@@ -48,7 +48,6 @@ struct nfsclclient {
struct nfsclownerhead nfsc_owner;
struct nfscldeleghead nfsc_deleg;
struct nfscldeleghash nfsc_deleghash[NFSCLDELEGHASHSIZE];
- struct nfscllockownerhead nfsc_defunctlockowner;
struct nfsv4lock nfsc_lock;
struct proc *nfsc_renewthread;
struct nfsmount *nfsc_nmp;
OpenPOWER on IntegriCloud