From: David Chinner Date: Thu, 10 Apr 2008 02:21:11 +0000 (+1000) Subject: [XFS] Propagate xfs_trans_reserve() errors. X-Git-Tag: v2.6.26-rc1~1147^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c1e2bbe5bcdcd435510a05eb121fa74b848e24f;p=pandora-kernel.git [XFS] Propagate xfs_trans_reserve() errors. xfs_trans_reserve() reports errors that should not be ignored. For example, a shutdown filesystem will report errors through xfs_trans_reserve() to prevent further changes from being attempted on a damaged filesystem. Catch and propagate all error conditions from xfs_trans_reserve(). SGI-PV: 980084 SGI-Modid: xfs-linux-melb:xfs-kern:30794a Signed-off-by: David Chinner Signed-off-by: Niv Sardi Signed-off-by: Lachlan McIlroy --- Reading git-diff-tree failed