xfs: kill XBF_LOCK
[deliverable/linux.git] / fs / xfs / xfs_vnodeops.c
index 445c224742b8362c3a3ef5151197b2064960499f..8f99c7781f39096e5c047d7ca39eac22d28372e8 100644 (file)
@@ -82,7 +82,7 @@ xfs_readlink_bmap(
                byte_cnt = XFS_FSB_TO_B(mp, mval[n].br_blockcount);
 
                bp = xfs_buf_read(mp->m_ddev_targp, d, BTOBB(byte_cnt),
-                                 XBF_LOCK | XBF_MAPPED | XBF_DONT_BLOCK);
+                                 XBF_MAPPED | XBF_DONT_BLOCK);
                if (!bp)
                        return XFS_ERROR(ENOMEM);
                error = bp->b_error;
This page took 0.024765 seconds and 5 git commands to generate.