[XFS] Clean up quotamount error handling.
authorDavid Chinner <dgc@sgi.com>
Thu, 10 Apr 2008 02:20:31 +0000 (12:20 +1000)
committerLachlan McIlroy <lachlan@redback.melbourne.sgi.com>
Fri, 18 Apr 2008 01:57:05 +0000 (11:57 +1000)
commit53aa7915d67b9d0f5986c9f08e76846fedc520d4
treed80c449c1369de8bb92a8abe34506f2810732227
parent3c56836f92683cb871ebbf44c512069b0d48a08f
[XFS] Clean up quotamount error handling.

xfs_qm_mount_quotas() returns an error status that is ignored. If we fail
to mount quotas, we continue with quota's turned off, which is all handled
inside xfs_qm_mount_quotas(). Mark it as void to indicate that errors need
not be returned to the callers.

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

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/quota/xfs_qm.c
fs/xfs/quota/xfs_qm.h