aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
Diffstat (limited to 'fs')
-rw-r--r--fs/xfs/linux-2.6/xfs_lrw.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_lrw.c b/fs/xfs/linux-2.6/xfs_lrw.c
index f6dab5d8944e..21c0dbc74093 100644
--- a/fs/xfs/linux-2.6/xfs_lrw.c
+++ b/fs/xfs/linux-2.6/xfs_lrw.c
@@ -885,8 +885,10 @@ xfsbdstrat(
885 struct xfs_buf *bp) 885 struct xfs_buf *bp)
886{ 886{
887 ASSERT(mp); 887 ASSERT(mp);
888 if (!XFS_FORCED_SHUTDOWN(mp)) 888 if (!XFS_FORCED_SHUTDOWN(mp)) {
889 xfs_buf_iorequest(bp); 889 xfs_buf_iorequest(bp);
890 return;
891 }
890 892
891 xfs_buftrace("XFSBDSTRAT IOERROR", bp); 893 xfs_buftrace("XFSBDSTRAT IOERROR", bp);
892 xfs_bioerror_relse(bp); 894 xfs_bioerror_relse(bp);