commit | d4e9c4c3bf861ef2ac96e0de659c75a00da92b28 | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <steve@chygwyn.com> | Wed Jan 18 11:19:28 2006 +0000 |
committer | Steven Whitehouse <steve@chygwyn.com> | Wed Jan 18 11:19:28 2006 +0000 |
tree | 925ececc725ad5180b9253f732b50c51bfa0754d | |
parent | b96ca4fa4e3b510d528a093a5bac0befbc2ba46d [diff] |
[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 <swhiteho@redhat.com>