propagating file change attr on getattr

This commit is contained in:
Olga Kornievskaia 2012-02-06 14:23:47 -05:00 committed by unknown
parent 63f499c4b7
commit 3def6f5e24
3 changed files with 19 additions and 4 deletions

View file

@ -96,6 +96,7 @@ typedef struct __getattr_upcall_args {
int query_class;
int buf_len;
int query_reply_len;
ULONGLONG ctime;
} getattr_upcall_args;
typedef struct __setattr_upcall_args {