]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Do not attempt to free a nfs node if it is the root node. The root
authorPaul Saab <ps@FreeBSD.org>
Mon, 1 May 2000 10:53:21 +0000 (10:53 +0000)
committerPaul Saab <ps@FreeBSD.org>
Mon, 1 May 2000 10:53:21 +0000 (10:53 +0000)
commitf12d45d9d681163821058c1cbbb1a3d40525bf58
tree24c1d7b928465402e66f052cdc765afeb7251b38
parent89fad7112d0e9719b6b04b4c3e36eb0dd96c37eb
Do not attempt to free a nfs node if it is the root node.  The root
node is statically allocated and is not guarded, so free will panic
in nfs_close.
lib/libstand/nfs.c