Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
[linux-2.6-microblaze.git] / fs / nfsd / nfsd.h
index 57c832d..cb742e1 100644 (file)
@@ -286,6 +286,8 @@ void                nfsd_lockd_shutdown(void);
 #define nfserr_wrong_lfs               cpu_to_be32(NFS4ERR_WRONG_LFS)
 #define nfserr_badlabel                        cpu_to_be32(NFS4ERR_BADLABEL)
 #define nfserr_file_open               cpu_to_be32(NFS4ERR_FILE_OPEN)
+#define nfserr_xattr2big               cpu_to_be32(NFS4ERR_XATTR2BIG)
+#define nfserr_noxattr                 cpu_to_be32(NFS4ERR_NOXATTR)
 
 /* error codes for internal use */
 /* if a request fails due to kmalloc failure, it gets dropped.
@@ -387,7 +389,8 @@ void                nfsd_lockd_shutdown(void);
        (NFSD4_1_SUPPORTED_ATTRS_WORD2 | \
        FATTR4_WORD2_CHANGE_ATTR_TYPE | \
        FATTR4_WORD2_MODE_UMASK | \
-       NFSD4_2_SECURITY_ATTRS)
+       NFSD4_2_SECURITY_ATTRS | \
+       FATTR4_WORD2_XATTR_SUPPORT)
 
 extern const u32 nfsd_suppattrs[3][3];