From: Wang Sheng-Hui Date: Mon, 25 Jul 2011 13:02:25 +0000 (+0800) Subject: jbd: change the field "b_cow_tid" of struct journal_head from type unsigned to tid_t X-Git-Tag: v3.1-rc1~224^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cf49d763eb141d236e92be6d4a0dc94e31fa886;p=pandora-kernel.git jbd: change the field "b_cow_tid" of struct journal_head from type unsigned to tid_t In the definition of struct journal_head, the comment for the field "unsigned b_cow_tid" says the field tracks the last transaction id in which this buffer has been cowed. In the header part of file journal-head.h, it defines typedef unsigned int tid_t; We should use type tid_t to define transaction id fields. Change the field "b_cow_tid" of struct journal_head from type unsigned to tid_t. Signed-off-by: Wang Sheng-Hui Acked-by: Amir Goldstein Signed-off-by: Jan Kara --- Reading git-diff-tree failed