summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfsclient/nfs_clvnops.c
diff options
context:
space:
mode:
authorzack <zack@FreeBSD.org>2011-07-16 08:05:41 +0000
committerzack <zack@FreeBSD.org>2011-07-16 08:05:41 +0000
commitdd01347a03be984865115340542319c1042dd813 (patch)
treeb1a0cb45c642c6d8940f125f3d8bc5a01d731bee /sys/fs/nfsclient/nfs_clvnops.c
parent455196dc7aa59be14285299f0679b2ee2e194a59 (diff)
downloadFreeBSD-src-dd01347a03be984865115340542319c1042dd813.zip
FreeBSD-src-dd01347a03be984865115340542319c1042dd813.tar.gz
Simple find/replace of VOP_ISLOCKED -> NFSVOPISLOCKED. This is done so that NFSVOPISLOCKED 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/nfsclient/nfs_clvnops.c')
-rw-r--r--sys/fs/nfsclient/nfs_clvnops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/nfsclient/nfs_clvnops.c b/sys/fs/nfsclient/nfs_clvnops.c
index 6e63165..a69c76e 100644
--- a/sys/fs/nfsclient/nfs_clvnops.c
+++ b/sys/fs/nfsclient/nfs_clvnops.c
@@ -1209,7 +1209,7 @@ nfs_lookup(struct vop_lookup_args *ap)
}
if (flags & ISDOTDOT) {
- ltype = VOP_ISLOCKED(dvp);
+ ltype = NFSVOPISLOCKED(dvp);
error = vfs_busy(mp, MBF_NOWAIT);
if (error != 0) {
vfs_ref(mp);
OpenPOWER on IntegriCloud