summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfs
diff options
context:
space:
mode:
authorzack <zack@FreeBSD.org>2011-07-16 08:05:36 +0000
committerzack <zack@FreeBSD.org>2011-07-16 08:05:36 +0000
commit455196dc7aa59be14285299f0679b2ee2e194a59 (patch)
tree073f87d1cb4b9e6cd5d1d71291f4663c02f052ac /sys/fs/nfs
parentd626afc8b3e9aead1393c2c520688f2e4f16415d (diff)
downloadFreeBSD-src-455196dc7aa59be14285299f0679b2ee2e194a59.zip
FreeBSD-src-455196dc7aa59be14285299f0679b2ee2e194a59.tar.gz
Simple find/replace of VOP_UNLOCK -> NFSVOPUNLOCK. This is done so that NFSVOPUNLOCK can be modified later to add enhanced logging and assertions.
Reviewed by: rmacklem Approved by: zml (mentor) MFC after: 2 weeks
Diffstat (limited to 'sys/fs/nfs')
-rw-r--r--sys/fs/nfs/nfs_commonsubs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/nfs/nfs_commonsubs.c b/sys/fs/nfs/nfs_commonsubs.c
index 221bc61..4a75557 100644
--- a/sys/fs/nfs/nfs_commonsubs.c
+++ b/sys/fs/nfs/nfs_commonsubs.c
@@ -2006,7 +2006,7 @@ nfsv4_fillattr(struct nfsrv_descript *nd, struct mount *mp, vnode_t vp,
if (error == 0)
error = VOP_GETACL(vp, ACL_TYPE_NFS4,
naclp, cred, p);
- VOP_UNLOCK(vp, 0);
+ NFSVOPUNLOCK(vp, 0);
} else
error = NFSERR_PERM;
if (error != 0) {
OpenPOWER on IntegriCloud