X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=fs%2Fxfs%2Fxfs_aops.c;h=574d4ee9b6253ea3d589f23288aa7385907642bb;hp=33b13310ee0c2f2ddf0c68abaa57e95c7f47d963;hb=fe10e6f4b24ef8ca12cb4d2368deb4861ab1861b;hpb=1dd6c0770d7d4ca477a1a8452ab0161b1150e4ad diff --git a/fs/xfs/xfs_aops.c b/fs/xfs/xfs_aops.c index 33b13310ee0c..574d4ee9b625 100644 --- a/fs/xfs/xfs_aops.c +++ b/fs/xfs/xfs_aops.c @@ -189,7 +189,7 @@ xfs_end_io( int error = 0; if (XFS_FORCED_SHUTDOWN(ip->i_mount)) { - error = -EIO; + ioend->io_error = -EIO; goto done; } if (ioend->io_error)