]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Post r223774 the NFSv4 client never uses the linked list with the
authorRick Macklem <rmacklem@FreeBSD.org>
Sun, 20 Nov 2011 00:39:15 +0000 (00:39 +0000)
committerRick Macklem <rmacklem@FreeBSD.org>
Sun, 20 Nov 2011 00:39:15 +0000 (00:39 +0000)
commit2f27585ef918cd35499f5831b6938859776884c2
tree012e5a639bebc96cef5ac01bfd03c26e46048843
parentd043c77792f0db3f25e3397b5f018dd82ee3124d
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
sys/fs/nfs/nfsclstate.h
sys/fs/nfsclient/nfs_clstate.c