From: David Chinner Date: Thu, 10 Apr 2008 02:21:46 +0000 (+1000) Subject: [XFS] Warn if errors come from block_truncate_page(). X-Git-Tag: v2.6.26-rc1~1147^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d87dd6360dce86cad9099aed74f14b4dd0143301;p=pandora-kernel.git [XFS] Warn if errors come from block_truncate_page(). block_truncate_page() can return errors that we currently ignore and silently discard. We should not ever get errors reported here - an error indicates a bug somewhere else. Hence catch the error and issue a stack dump to the syslog because we cannot propagate the error any further up the call chain. SGI-PV: 980084 SGI-Modid: xfs-linux-melb:xfs-kern:30800a Signed-off-by: David Chinner Signed-off-by: Niv Sardi Signed-off-by: Lachlan McIlroy --- Reading git-diff-tree failed