search for: e_who

Displaying 1 result from an estimated 1 matches for "e_who".

2010 Feb 01
1
[PATCH 03/23] vfs: rich ACL in-memory representation and manipulation
...tion about this part of the code. > > On Mon, Feb 01, 2010 at 11:04:45AM +0530, Aneesh Kumar K.V wrote: > > <snip> > > > +/* > > + * ACL entries that have ACE4_SPECIAL_WHO set in ace->e_flags use the > > + * pointer values of these constants in ace->u.e_who to avoid massive > > + * amounts of string comparisons. > > + */ > > + > > +const char richace_owner_who[] = "OWNER@"; > > +EXPORT_SYMBOL_GPL(richace_owner_who); > > +const char richace_group_who[] = "GROUP@"; > > +EXPORT_SYMBOL_GPL(...