diff options
-rw-r--r-- | fs/xfs/linux-2.6/xfs_aops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_aops.c b/fs/xfs/linux-2.6/xfs_aops.c index b493c63976cd..793908a8a09b 100644 --- a/fs/xfs/linux-2.6/xfs_aops.c +++ b/fs/xfs/linux-2.6/xfs_aops.c | |||
@@ -229,7 +229,7 @@ xfs_end_io( | |||
229 | { | 229 | { |
230 | xfs_ioend_t *ioend = container_of(work, xfs_ioend_t, io_work); | 230 | xfs_ioend_t *ioend = container_of(work, xfs_ioend_t, io_work); |
231 | struct xfs_inode *ip = XFS_I(ioend->io_inode); | 231 | struct xfs_inode *ip = XFS_I(ioend->io_inode); |
232 | int error; | 232 | int error = 0; |
233 | 233 | ||
234 | /* | 234 | /* |
235 | * For unwritten extents we need to issue transactions to convert a | 235 | * For unwritten extents we need to issue transactions to convert a |