]> git.hungrycats.org Git - linux/commitdiff
Make NFS compile even without NFS_V4 support
authorLinus Torvalds <torvalds@home.transmeta.com>
Fri, 20 Dec 2002 15:09:30 +0000 (07:09 -0800)
committerLinus Torvalds <torvalds@home.transmeta.com>
Fri, 20 Dec 2002 15:09:30 +0000 (07:09 -0800)
include/linux/nfs_xdr.h

index 2ed69a208fbe1c0ffcebb67bb912551bd911b850..2b96e1e5aa97bd734bddd7306678f3fed4075b5c 100644 (file)
@@ -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;
 };