commit | 3c56836f92683cb871ebbf44c512069b0d48a08f | [log] [tgz] |
---|---|---|
author | David Chinner <dgc@sgi.com> | Thu Apr 10 12:20:24 2008 +1000 |
committer | Lachlan McIlroy <lachlan@redback.melbourne.sgi.com> | Fri Apr 18 11:56:55 2008 +1000 |
tree | ac0ef5d76e086aa6e2542fb5548db26af5967297 | |
parent | 4b8879df8c21bed3efd1eb2da5d72501199aba29 [diff] |
[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 <dgc@sgi.com> Signed-off-by: Niv Sardi <xaiki@sgi.com> Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>