]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC: r286046
authorrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 1 Aug 2015 22:56:42 +0000 (22:56 +0000)
committerrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 1 Aug 2015 22:56:42 +0000 (22:56 +0000)
commitf81d18558b095c4652b5f38c54d1c04472f9447d
tree17ba9374931509c5a9aaf338a624100f60482dd8
parent4374190448c45ca9684d5f316e2c08ee4f206f43
MFC: r286046
This patch fixes a problem where, if the NFSv4 server has a previous
unconfirmed clientid structure for the same client on the last hash list,
this old entry would not be removed/deleted. I do not think this bug would have
caused serious problems, since the new entry would have been before the old one
on the list. This old entry would have eventually been scavenged/removed.

git-svn-id: svn://svn.freebsd.org/base/stable/10@286164 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/fs/nfsserver/nfs_nfsdstate.c