From: Dave Chinner Date: Thu, 27 Jan 2011 02:23:28 +0000 (+1100) Subject: xfs: handle CIl transaction commit failures correctly X-Git-Tag: v2.6.38-rc3~5^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6f990d1ff8e4e53b12f4175eb7d7ea710c3ca73;p=pandora-kernel.git xfs: handle CIl transaction commit failures correctly Failure to commit a transaction into the CIL is not handled correctly. This currently can only happen when racing with a shutdown and requires an explicit shutdown check, so it rare and can be avoided. Remove the shutdown check and make the CIL commit a void function to indicate it will always succeed, thereby removing the incorrectly handled failure case. Signed-off-by: Dave Chinner Reviewed-by: Christoph Hellwig Reviewed-by: Alex Elder --- Reading git-diff-tree failed