]> bbs.cooldavid.org Git - net-next-2.6.git/commit - fs/xfs/xfs_da_btree.c
[XFS] Add op_flags field and helpers to xfs_da_args
authorBarry Naujok <bnaujok@sgi.com>
Wed, 21 May 2008 06:42:05 +0000 (16:42 +1000)
committerNiv Sardi <xaiki@debian.org>
Mon, 28 Jul 2008 06:58:37 +0000 (16:58 +1000)
commit6a178100abf01282eb697ab62b6086b2886dfc00
tree5830f1257fc9662c0f9dcd107eda5377de716a4c
parent5163f95a08cbf058ae16452c2242c5600fedc32e
[XFS] Add op_flags field and helpers to xfs_da_args

The end of the xfs_da_args structure has 4 unsigned char fields for
true/false information on directory and attr operations using the
xfs_da_args structure.

The following converts these 4 into a op_flags field that uses the first 4
bits for these fields and allows expansion for future operation
information (eg. case-insensitive lookup request).

SGI-PV: 981520
SGI-Modid: xfs-linux-melb:xfs-kern:31206a

Signed-off-by: Barry Naujok <bnaujok@sgi.com>
Signed-off-by: Christoph Hellwig <hch@infradead.org>
fs/xfs/xfs_attr.c
fs/xfs/xfs_attr_leaf.c
fs/xfs/xfs_da_btree.c
fs/xfs/xfs_da_btree.h
fs/xfs/xfs_dir2.c
fs/xfs/xfs_dir2_block.c
fs/xfs/xfs_dir2_leaf.c
fs/xfs/xfs_dir2_node.c
fs/xfs/xfs_dir2_sf.c
fs/xfs/xfs_dir2_trace.c