]> git.baikalelectronics.ru Git - kernel.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)
commit0453c2de335ac6ee437757a53b1b87a85fb69489
tree56e6a0d49da0981be34b4c2908c138ae6214aa4c
parent732a681df089710838f9ab57b97c6682092abcf7
[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