From: Dave Chinner Date: Mon, 12 Aug 2013 10:49:32 +0000 (+1000) Subject: xfs: split out transaction reservation code X-Git-Tag: v3.12-rc1~80^2~95 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fd36c4418ee86712db6871ac95ab23743224bff;p=pandora-kernel.git xfs: split out transaction reservation code The transaction reservation size calculations is used by both kernel and userspace, but most of the transaction code in xfs_trans.c is kernel specific. Split all the transaction reservation code out into it's own files to make sharing with userspace simpler. This just leaves kernel-only definitions in xfs_trans.h, so it doesn't need to be shared with userspace anymore, either. Signed-off-by: Dave Chinner Reviewed-by: Brian Foster Reviewed-by: Mark Tinguely Signed-off-by: Ben Myers --- Reading git-diff-tree failed