On Tue, Apr 22, 2008 at 01:54:28PM +1000, Barry Naujok wrote: > There's already a "flags" field in xfs_da_args and only the low 16 bits > are currently used for attr operations. > > We could use 5 of the high bits for these flags, or just add another > flags field (which are used for things other than lookup). Either way is fine for me. The problem with the flags field is that the values in there seem to be passed down from higher up, e.g. the attr code so we'd have to be careful not to use any value twice. -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html