Loading fs/xfs/xfs_aops.c +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading Loading
fs/xfs/xfs_aops.c +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading