From: David Chinner Date: Thu, 10 Apr 2008 02:20:24 +0000 (+1000) Subject: [XFS] Check for dquot flush errors X-Git-Tag: v2.6.26-rc1~1147^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c56836f92683cb871ebbf44c512069b0d48a08f;p=pandora-kernel.git [XFS] Check for dquot flush errors xfs_qm_dqflush() can fail, but the return is not checked anywhere. Hence we never know if we've failed to flush a dquot to disk. Propagate the error and warn to the syslog if a flush ever fails. SGI-PV: 980084 SGI-Modid: xfs-linux-melb:xfs-kern:30787a Signed-off-by: David Chinner Signed-off-by: Niv Sardi Signed-off-by: Lachlan McIlroy --- Reading git-diff-tree failed