From: Brian Foster Date: Tue, 18 Aug 2015 23:50:13 +0000 (+1000) Subject: xfs: return committed status from xfs_trans_roll() X-Git-Tag: omap-for-v4.3/fixes-rc1~79^2~3^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d43ac29be7a174f93a3d26cc1e68668fe86b782f;p=pandora-kernel.git xfs: return committed status from xfs_trans_roll() Some callers need to make error handling decisions based on whether the current transaction successfully committed or not. Rename xfs_trans_roll(), add a new parameter and provide a wrapper to preserve existing callers. Signed-off-by: Brian Foster Reviewed-by: Christoph Hellwig Signed-off-by: Dave Chinner --- Reading git-diff-tree failed