From: Steven Whitehouse Date: Wed, 18 Jan 2006 11:19:28 +0000 (+0000) Subject: [GFS2] Add an additional argument to gfs2_trans_add_bh() X-Git-Tag: v2.6.19-rc1~32^2~302 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4e9c4c3bf861ef2ac96e0de659c75a00da92b28;p=pandora-kernel.git [GFS2] Add an additional argument to gfs2_trans_add_bh() This adds an extra argument to gfs2_trans_add_bh() to indicate whether the bh being added to the transaction is metadata or data. Its currently unused since all existing callers set it to 1 (metadata) but following patches will make use of it. Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed