diff options
-rw-r--r-- | fs/xfs/xfs_file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_file.c b/fs/xfs/xfs_file.c index 8121e75352ee..3b7591224f4a 100644 --- a/fs/xfs/xfs_file.c +++ b/fs/xfs/xfs_file.c | |||
@@ -124,7 +124,7 @@ xfs_iozero( | |||
124 | status = 0; | 124 | status = 0; |
125 | } while (count); | 125 | } while (count); |
126 | 126 | ||
127 | return (-status); | 127 | return status; |
128 | } | 128 | } |
129 | 129 | ||
130 | int | 130 | int |