]> git.karo-electronics.de Git - mv-sheeva.git/commit
[XFS] Don't allow silent errors in xfs_inactive().
authorDavid Chinner <dgc@sgi.com>
Thu, 10 Apr 2008 02:24:17 +0000 (12:24 +1000)
committerLachlan McIlroy <lachlan@redback.melbourne.sgi.com>
Fri, 18 Apr 2008 02:01:58 +0000 (12:01 +1000)
commit78e9da77f1bf265fe750b9223ec15707473fb6e8
tree8191da162b698d5b7aee7ea382d3cef6a56a7f0d
parent64bfe1bfae833e89ed77f72c61ded19f4b1976f8
[XFS] 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.

SGI-PV: 980084
SGI-Modid: xfs-linux-melb:xfs-kern:30830a

Signed-off-by: David Chinner <dgc@sgi.com>
Signed-off-by: Niv Sardi <xaiki@sgi.com>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
fs/xfs/xfs_vnodeops.c