Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 269883
b: refs/heads/master
c: ed32201
h: refs/heads/master
i:
  269881: 5bd6733
  269879: dbb7f0e
v: v3
  • Loading branch information
Mitsuo Hayasaka authored and Alex Elder committed Oct 12, 2011
1 parent 834ddf6 commit 8427000
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: eabbaf118239d0d4188298b52751040f3b4cc28f
refs/heads/master: ed32201e65e15f3e6955cb84cbb544b08f81e5a5
2 changes: 1 addition & 1 deletion trunk/fs/xfs/xfs_iops.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8427000

Please sign in to comment.