From: Barry Naujok Date: Wed, 21 May 2008 06:42:05 +0000 (+1000) Subject: [XFS] Add op_flags field and helpers to xfs_da_args X-Git-Tag: v2.6.27-rc2~91^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a178100abf01282eb697ab62b6086b2886dfc00;p=pandora-kernel.git [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 Signed-off-by: Christoph Hellwig --- Reading git-diff-tree failed