aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/cd9660
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2010-07-16 19:52:03 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2010-07-16 19:52:03 +0000
commit61e1c1931927c98f889a501ea03aade5b98bd2ed (patch)
tree3e73fc2d4f9389fa4e442d9702563d6a8f95189f /sys/fs/cd9660
parentdbfcf8cfea089e7b1df1e49f71b9fa7fdb80c6df (diff)
Notes
Diffstat (limited to 'sys/fs/cd9660')
-rw-r--r--sys/fs/cd9660/cd9660_vfsops.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/fs/cd9660/cd9660_vfsops.c b/sys/fs/cd9660/cd9660_vfsops.c
index b8bc6c6c5e1d..e27daf8bb046 100644
--- a/sys/fs/cd9660/cd9660_vfsops.c
+++ b/sys/fs/cd9660/cd9660_vfsops.c
@@ -814,9 +814,7 @@ cd9660_vget_internal(mp, ino, flags, vpp, relocated, isodir)
vp->v_op = &cd9660_fifoops;
break;
default:
- VI_LOCK(vp);
VN_LOCK_ASHARE(vp);
- VI_UNLOCK(vp);
break;
}