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.
Date: Wed Apr 9 16:51:12 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:30787a
fs/xfs/quota/xfs_dquot_item.c - 1.20 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/quota/xfs_dquot_item.c.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h
- Propagate xfs_qm_dqflush() errors.
fs/xfs/quota/xfs_dquot.c - 1.31 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/quota/xfs_dquot.c.diff?r1=text&tr1=1.31&r2=text&tr2=1.30&f=h
- Propagate xfs_qm_dqflush() errors.
fs/xfs/quota/xfs_qm.c - 1.63 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/quota/xfs_qm.c.diff?r1=text&tr1=1.63&r2=text&tr2=1.62&f=h
- Propagate xfs_qm_dqflush() errors.
|