propagating file change attr on setattr
This commit is contained in:
parent
aa7a680a40
commit
cdf31d3ee0
5 changed files with 57 additions and 19 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue