Don't allow silent errors in xfs_inactive().
xfs_inactive() fails to report errors when committing the inactive
transaction. Hence we can get silent failures either finishing off
the truncation or committing the transaction. Even if we get errors,
we need to continue, so simply warn loudly to the system if we get
errors here.
Date: Thu Apr 10 10:52:04 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:30830a
fs/xfs/xfs_vnodeops.c - 1.749 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_vnodeops.c.diff?r1=text&tr1=1.749&r2=text&tr2=1.748&f=h
- Don't allow silent errors in xfs_inactive().
|