mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
This patch fixes a bug in the experimental NFSv4 server where it
released a reference count on nfsv4rootfs_lock erroneously when administrative revocation of state was done. Submitted by: zack.kirsch at isilon.com MFC after: 2 weeks
This commit is contained in:
parent
0d95bb16e3
commit
63f6e5bf6f
1 changed files with 0 additions and 1 deletions
|
|
@ -542,7 +542,6 @@ nfsrv_adminrevoke(struct nfsd_clid *revokep, NFSPROC_T *p)
|
|||
* file.
|
||||
*/
|
||||
NFSLOCKV4ROOTMUTEX();
|
||||
nfsv4_relref(&nfsv4rootfs_lock);
|
||||
do {
|
||||
igotlock = nfsv4_lock(&nfsv4rootfs_lock, 1, NULL,
|
||||
NFSV4ROOTLOCKMUTEXPTR);
|
||||
|
|
|
|||
Loading…
Reference in a new issue