Commit b063d7d5 authored by Linus Torvalds's avatar Linus Torvalds

Make NFS compile even without NFS_V4 support

parent f803e090
......@@ -35,11 +35,9 @@ 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;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment