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.
Date: Wed Apr 9 16:54:21 AEST 2008
Workarea: chook.melbourne.sgi.com:/build/dgc/isms/2.6.x-xfs
Inspected by: xaiki@xxxxxxx
The following file(s) were checked into:
longdrop.melbourne.sgi.com:/isms/linux/2.6.x-xfs-melb
Modid: xfs-linux-melb:xfs-kern:30788a
fs/xfs/quota/xfs_qm.h - 1.19 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/quota/xfs_qm.h.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h
- Clean up quotamount error handling.
fs/xfs/quota/xfs_qm.c - 1.64 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/quota/xfs_qm.c.diff?r1=text&tr1=1.64&r2=text&tr2=1.63&f=h
- Clean up quotamount error handling.
|