[XFS] Report errors from xfs_reserve_blocks().
authorDavid Chinner <dgc@sgi.com>
Thu, 10 Apr 2008 02:20:03 +0000 (12:20 +1000)
committerLachlan McIlroy <lachlan@redback.melbourne.sgi.com>
Fri, 18 Apr 2008 01:53:51 +0000 (11:53 +1000)
commit714082bc12b6c305f825411df02177efcb0085f1
tree2fd7f10bc2f3aeca24457534cf716db6a47fdf26
parent36fbe6e6bd5408b09341043dfece978b4a7a0f34
[XFS] Report errors from xfs_reserve_blocks().

xfs_reserve_blocks() can fail in interesting ways. In neither case is it a
fatal error, but the result can lead to sub-optimal behaviour. Warn to the
syslog if the call fails but otherwise continue.

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

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_mount.c