From: David Chinner Date: Thu, 10 Apr 2008 02:20:31 +0000 (+1000) Subject: [XFS] Clean up quotamount error handling. X-Git-Tag: v2.6.26-rc1~1147^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53aa7915d67b9d0f5986c9f08e76846fedc520d4;p=pandora-kernel.git [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 Signed-off-by: Niv Sardi Signed-off-by: Lachlan McIlroy --- Reading git-diff-tree failed