diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/nfs_xdr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index fc4936d79426..2ed69a208fbe 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h @@ -35,8 +35,11 @@ struct nfs_fattr { struct timespec atime; struct timespec mtime; struct timespec ctime; +#ifdef CONFIG_NFS_V4 + __u32 bitmap[2]; /* NFSv4 returned attribute bitmap */ __u64 change_attr; /* NFSv4 change attribute */ __u64 pre_change_attr;/* pre-op NFSv4 change attribute */ +#endif unsigned long timestamp; }; |
