propagating file change attr on setattr

This commit is contained in:
Olga Kornievskaia 2012-02-07 11:46:02 -05:00 committed by unknown
parent aa7a680a40
commit cdf31d3ee0
5 changed files with 57 additions and 19 deletions

View file

@ -107,6 +107,7 @@ typedef struct __setattr_upcall_args {
unsigned char *buf;
uint32_t buf_len;
int set_class;
ULONGLONG ctime;
} setattr_upcall_args;
typedef struct __getexattr_upcall_args {
@ -126,6 +127,7 @@ typedef struct __setexattr_upcall_args {
unsigned char *buf;
uint32_t buf_len;
uint32_t mode;
ULONGLONG ctime;
} setexattr_upcall_args;
typedef struct __readdir_upcall_args {