diff options
Diffstat (limited to 'fs/xfs/xfs_buf_item.c')
-rw-r--r-- | fs/xfs/xfs_buf_item.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_buf_item.c b/fs/xfs/xfs_buf_item.c index 9e9b4a70360a..a6dd497510a3 100644 --- a/fs/xfs/xfs_buf_item.c +++ b/fs/xfs/xfs_buf_item.c | |||
@@ -484,7 +484,7 @@ xfs_buf_item_trylock( | |||
484 | return XFS_ITEM_LOCKED; | 484 | return XFS_ITEM_LOCKED; |
485 | 485 | ||
486 | /* take a reference to the buffer. */ | 486 | /* take a reference to the buffer. */ |
487 | XFS_BUF_HOLD(bp); | 487 | xfs_buf_hold(bp); |
488 | 488 | ||
489 | ASSERT(!(bip->bli_flags & XFS_BLI_STALE)); | 489 | ASSERT(!(bip->bli_flags & XFS_BLI_STALE)); |
490 | trace_xfs_buf_item_trylock(bip); | 490 | trace_xfs_buf_item_trylock(bip); |