Giving lfa flag "a" the same treatment as "i"
This commit is contained in:
@ -181,13 +181,14 @@ int Permstack_pop(struct PermiteM **o, struct PermiteM *stopper,
|
||||
struct XorrisO *xorriso, int flag);
|
||||
|
||||
/* Look for stack item with disk_path
|
||||
@param immutable bit0= when popping: set chattr immutable bit
|
||||
bit1= when popping: only set immutable bit
|
||||
@return 0= nothing found, 1= *stbuf and *immutable are valid
|
||||
@param chattr_flag bit0= when popping: set chattr bit 'i'
|
||||
bit1= when popping: only set chattr bits
|
||||
bit2= when popping: set chattr bit 'a'
|
||||
@return 0= nothing found, 1= *stbuf and *chattr_flags are valid
|
||||
*/
|
||||
int Permstack_peek(struct PermiteM **o, struct PermiteM *stopper,
|
||||
struct XorrisO *xorriso,
|
||||
char *disk_path, struct stat **stbuf, int *immutable,
|
||||
char *disk_path, struct stat **stbuf, int *chattr_flags,
|
||||
int flag);
|
||||
|
||||
#endif /* ! Xorriso_pvt_auxobj_includeD */
|
||||
|
Reference in New Issue
Block a user