]> git.ipfire.org Git - thirdparty/linux.git/commit - fs/gfs2/quota.c
[GFS2] Add an additional argument to gfs2_trans_add_bh()
authorSteven Whitehouse <steve@chygwyn.com>
Wed, 18 Jan 2006 11:19:28 +0000 (11:19 +0000)
committerSteven Whitehouse <steve@chygwyn.com>
Wed, 18 Jan 2006 11:19:28 +0000 (11:19 +0000)
commitd4e9c4c3bf861ef2ac96e0de659c75a00da92b28
tree925ececc725ad5180b9253f732b50c51bfa0754d
parentb96ca4fa4e3b510d528a093a5bac0befbc2ba46d
[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>
17 files changed:
fs/gfs2/acl.c
fs/gfs2/bmap.c
fs/gfs2/dir.c
fs/gfs2/eattr.c
fs/gfs2/inode.c
fs/gfs2/jdata.c
fs/gfs2/meta_io.c
fs/gfs2/ops_address.c
fs/gfs2/ops_file.c
fs/gfs2/ops_inode.c
fs/gfs2/quota.c
fs/gfs2/resize.c
fs/gfs2/rgrp.c
fs/gfs2/super.c
fs/gfs2/trans.c
fs/gfs2/trans.h
fs/gfs2/unlinked.c