From 8427000519d06dc0517f9f579a883039dca2f94e Mon Sep 17 00:00:00 2001 From: Mitsuo Hayasaka Date: Sat, 17 Sep 2011 13:38:38 +0000 Subject: [PATCH] --- yaml --- r: 269883 b: refs/heads/master c: ed32201e65e15f3e6955cb84cbb544b08f81e5a5 h: refs/heads/master i: 269881: 5bd67332dab413f414eb538695599b477eccee52 269879: dbb7f0e9a2804dfb93f646627bdcc486a14f5173 v: v3 --- [refs] | 2 +- trunk/fs/xfs/xfs_iops.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index c95f4fa11e4f..5d9f4fff9f2b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: eabbaf118239d0d4188298b52751040f3b4cc28f +refs/heads/master: ed32201e65e15f3e6955cb84cbb544b08f81e5a5 diff --git a/trunk/fs/xfs/xfs_iops.c b/trunk/fs/xfs/xfs_iops.c index e041e917c1d9..e6b3e7620888 100644 --- a/trunk/fs/xfs/xfs_iops.c +++ b/trunk/fs/xfs/xfs_iops.c @@ -465,7 +465,7 @@ xfs_vn_getattr( trace_xfs_getattr(ip); if (XFS_FORCED_SHUTDOWN(mp)) - return XFS_ERROR(EIO); + return -XFS_ERROR(EIO); stat->size = XFS_ISIZE(ip); stat->dev = inode->i_sb->s_dev;