]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[XFS] xfs_iflush_fork() never returns an error.
authorDavid Chinner <dgc@sgi.com>
Thu, 10 Apr 2008 02:23:58 +0000 (12:23 +1000)
committerLachlan McIlroy <lachlan@redback.melbourne.sgi.com>
Fri, 18 Apr 2008 02:01:11 +0000 (12:01 +1000)
commite4ac967b117c5780760abbd9ae996210c31cb398
tree56e6a0d49da0981be34b4c2908c138ae6214aa4c
parentcc88466f3f67bb16fc91b0b974e51c2a43a9e597
[XFS] xfs_iflush_fork() never returns an error.

xfs_iflush_fork() never returns an error. Mark it void and clean up the
code calling it that checks for errors.

SGI-PV: 980084
SGI-Modid: xfs-linux-melb:xfs-kern:30827a

Signed-off-by: David Chinner <dgc@sgi.com>
Signed-off-by: Niv Sardi <xaiki@sgi.com>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
fs/xfs/xfs_inode.c