diff options
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_buf.c')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_buf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_buf.c b/fs/xfs/linux-2.6/xfs_buf.c index b2b411985591..969fd151024c 100644 --- a/fs/xfs/linux-2.6/xfs_buf.c +++ b/fs/xfs/linux-2.6/xfs_buf.c | |||
@@ -1094,7 +1094,7 @@ STATIC int | |||
1094 | xfs_bioerror_relse( | 1094 | xfs_bioerror_relse( |
1095 | struct xfs_buf *bp) | 1095 | struct xfs_buf *bp) |
1096 | { | 1096 | { |
1097 | int64_t fl = XFS_BUF_BFLAGS(bp); | 1097 | int64_t fl = bp->b_flags; |
1098 | /* | 1098 | /* |
1099 | * No need to wait until the buffer is unpinned. | 1099 | * No need to wait until the buffer is unpinned. |
1100 | * We aren't flushing it. | 1100 | * We aren't flushing it. |