Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 69418932 authored by Dave Chinner's avatar Dave Chinner Committed by Alex Elder
Browse files

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: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarDave Chinner <david@fromorbit.com>
Signed-off-by: default avatarAlex Elder <aelder@sgi.com>
parent f1f724e4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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