From: Dave Chinner Date: Thu, 27 Jun 2013 06:04:54 +0000 (+1000) Subject: xfs: Inode create transaction reservations X-Git-Tag: v3.11-rc1~71^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8402b4729495ac719a3f532c2e33ac653b222a8;p=pandora-kernel.git xfs: Inode create transaction reservations Define the log and space transaction sizes. Factor the current create log reservation macro into the two logical halves and reuse one half for the new icreate transactions. The icreate transaction is transparent to all the high level create code - the pre-calculated reservations will correctly set the reservations dependent on whether the filesystem supports the icreate transaction. Signed-off-by: Dave Chinner Reviewed-by: Mark Tinguely Signed-off-by: Ben Myers --- Reading git-diff-tree failed