From: Jie Liu Date: Mon, 12 Aug 2013 10:49:57 +0000 (+1000) Subject: xfs: Introduce tr_fsyncts to m_reservation X-Git-Tag: v3.12-rc1~80^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20996c932603b34fc82b8c8cd00f3ded83982f7b;p=pandora-kernel.git xfs: Introduce tr_fsyncts to m_reservation A preparation step. For now fsync_ts transaction use the pre-calculated log reservation size of tr_swrite. This patch introduce a new item tr_fsyncts to mp->m_reservations structure so that we can fetch the log reservation value for it in a same manner to others. Signed-off-by: Jie Liu Signed-off-by: Dave Chinner Reviewed-by: Mark Tinguely Signed-off-by: Ben Myers --- Reading git-diff-tree failed