diff options
Diffstat (limited to 'fs/xfs/xfs_trans_buf.c')
-rw-r--r-- | fs/xfs/xfs_trans_buf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/xfs_trans_buf.c b/fs/xfs/xfs_trans_buf.c index 2ec196b6c079..f9cb7ee04dae 100644 --- a/fs/xfs/xfs_trans_buf.c +++ b/fs/xfs/xfs_trans_buf.c | |||
@@ -142,7 +142,7 @@ xfs_trans_get_buf(xfs_trans_t *tp, | |||
142 | xfs_buf_log_item_t *bip; | 142 | xfs_buf_log_item_t *bip; |
143 | 143 | ||
144 | if (flags == 0) | 144 | if (flags == 0) |
145 | flags = XBF_LOCK | XBF_MAPPED; | 145 | flags = XBF_MAPPED; |
146 | 146 | ||
147 | /* | 147 | /* |
148 | * Default to a normal get_buf() call if the tp is NULL. | 148 | * Default to a normal get_buf() call if the tp is NULL. |
@@ -275,7 +275,7 @@ xfs_trans_read_buf( | |||
275 | int error; | 275 | int error; |
276 | 276 | ||
277 | if (flags == 0) | 277 | if (flags == 0) |
278 | flags = XBF_LOCK | XBF_MAPPED; | 278 | flags = XBF_MAPPED; |
279 | 279 | ||
280 | /* | 280 | /* |
281 | * Default to a normal get_buf() call if the tp is NULL. | 281 | * Default to a normal get_buf() call if the tp is NULL. |