From: Dave Chinner Date: Sun, 28 Sep 2014 23:45:54 +0000 (+1000) Subject: xfs: refactor recovery transaction start handling X-Git-Tag: fixes-against-v3.18-rc2~104^2~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b818cca1976d1a01754033ac08724e05d07cce8f;p=pandora-kernel.git xfs: refactor recovery transaction start handling Rework the transaction lookup and allocation code in xlog_recovery_process_ophdr() to fold two related call-once helper functions into a single helper. Then fold in all the XLOG_START_TRANS logic to that helper to clean up the remaining logic in xlog_recovery_process_ophdr(). Signed-off-by: Dave Chinner Reviewed-by: Christoph Hellwig Signed-off-by: Dave Chinner --- Reading git-diff-tree failed