]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[XFS] xfs_bdwrite() does not return errors.
authorDavid Chinner <dgc@sgi.com>
Thu, 10 Apr 2008 02:23:46 +0000 (12:23 +1000)
committerLachlan McIlroy <lachlan@redback.melbourne.sgi.com>
Fri, 18 Apr 2008 02:00:46 +0000 (12:00 +1000)
commit958d4ec606d4af590f86a601a238613f21e878ee
tree06ac01c7a29cab542fa253fbd71915773f35fb1d
parentdb7a19f2c89d99b66874a7e0c0dc681ff1f37b4e
[XFS] xfs_bdwrite() does not return errors.

xfs_bdwrite() cannot return an error; it only queues buffers to the
delayed write list and as such never encounters anything that can fail.
Mark it void.

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

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/linux-2.6/xfs_buf.c
fs/xfs/linux-2.6/xfs_buf.h