[PATCH 11/17] xfs: merge xfs_inode_flush into xfs_fs_write_inode
Dave Chinner
david at fromorbit.com
Sat Jan 31 18:54:26 CST 2009
On Mon, Jan 26, 2009 at 02:31:47AM -0500, Christoph Hellwig wrote:
> Spliting the task for a VFS-induced inode flush into two functions doesn't
Splitting
> make any sense, so merge the two functions dealing with it.
.....
> + error = xfs_iflush(ip, XFS_IFLUSH_ASYNC_NOBLOCK);
> }
> - error = xfs_inode_flush(ip, flags);
>
> -out_error:
> + out_unlock:
> + xfs_iunlock(ip, XFS_ILOCK_SHARED);
> + out:
Don't need spaces before the labels.
Otherwise looks OK.
Cheers,
Dave.
--
Dave Chinner
david at fromorbit.com
More information about the xfs
mailing list