aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_inode.c')
-rw-r--r--fs/xfs/xfs_inode.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_inode.c b/fs/xfs/xfs_inode.c
index eef211dfca03..68415cb4f23c 100644
--- a/fs/xfs/xfs_inode.c
+++ b/fs/xfs/xfs_inode.c
@@ -2719,7 +2719,6 @@ cluster_corrupt_out:
2719 * mark it as stale and brelse. 2719 * mark it as stale and brelse.
2720 */ 2720 */
2721 if (XFS_BUF_IODONE_FUNC(bp)) { 2721 if (XFS_BUF_IODONE_FUNC(bp)) {
2722 XFS_BUF_CLR_BDSTRAT_FUNC(bp);
2723 XFS_BUF_UNDONE(bp); 2722 XFS_BUF_UNDONE(bp);
2724 XFS_BUF_STALE(bp); 2723 XFS_BUF_STALE(bp);
2725 XFS_BUF_ERROR(bp,EIO); 2724 XFS_BUF_ERROR(bp,EIO);