]> git.baikalelectronics.ru Git - kernel.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)
commit7bc9e248ebf54d6f57cef9ab05c6161236f8c25d
tree8191da162b698d5b7aee7ea382d3cef6a56a7f0d
parent413fe0f812f7f529f0b54899a5c8ce0233a399b9
[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