Propagate xfs_trans_reserve() errors.
xfs_trans_reserve() reports errors that should not be ignored.
For example, a shutdown filesystem will report errors through
xfs_trans_reserve() to prevent further changes from being attempted
on a damaged filesystem. Catch and propagate all error conditions
from xfs_trans_reserve().
Date: Wed Apr 9 17:10:06 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:30794a
fs/xfs/xfs_log_recover.c - 1.338 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_log_recover.c.diff?r1=text&tr1=1.338&r2=text&tr2=1.337&f=h
- Catch xfs_trans_reserve() errors.
|