summaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6
diff options
context:
space:
mode:
authorDave Chinner2010-03-04 01:57:09 +0100
committerAlex Elder2010-03-05 18:01:22 +0100
commit694189328a7e566cb84bd3205503a42b60e87882 (patch)
treedfd6cb104db477741ed8cc8a878832e90904f184 /fs/xfs/linux-2.6
parentxfs: fix locking for inode cache radix tree tag updates (diff)
downloadkernel-qcow2-linux-694189328a7e566cb84bd3205503a42b60e87882.tar.gz
kernel-qcow2-linux-694189328a7e566cb84bd3205503a42b60e87882.tar.xz
kernel-qcow2-linux-694189328a7e566cb84bd3205503a42b60e87882.zip
xfs: Fix a build warning in xfs_aops.c
Fix a build warning that slipped through. Dave Chinner had posted an updated version of his patch but the previous version--without this fix--was what got committed. Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Dave Chinner <david@fromorbit.com> Signed-off-by: Alex Elder <aelder@sgi.com>
Diffstat (limited to 'fs/xfs/linux-2.6')
-rw-r--r--fs/xfs/linux-2.6/xfs_aops.c2
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(
{
xfs_ioend_t *ioend = container_of(work, xfs_ioend_t, io_work);
struct xfs_inode *ip = XFS_I(ioend->io_inode);
- int error;
+ int error = 0;
/*
* For unwritten extents we need to issue transactions to convert a