summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/ffs_rawread.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ufs/ffs/ffs_rawread.c')
-rw-r--r--sys/ufs/ffs/ffs_rawread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ufs/ffs/ffs_rawread.c b/sys/ufs/ffs/ffs_rawread.c
index e2d891b..29135e2 100644
--- a/sys/ufs/ffs/ffs_rawread.c
+++ b/sys/ufs/ffs/ffs_rawread.c
@@ -119,7 +119,7 @@ ffs_rawread_sync(struct vnode *vp, struct thread *td)
if (VOP_ISLOCKED(vp, td) != LK_EXCLUSIVE) {
upgraded = 1;
/* Upgrade to exclusive lock, this might block */
- VOP_LOCK(vp, LK_UPGRADE | LK_NOPAUSE, td);
+ VOP_LOCK(vp, LK_UPGRADE, td);
} else
upgraded = 0;
OpenPOWER on IntegriCloud