Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
[firefly-linux-kernel-4.4.55.git] / include / linux / nfs_fs_sb.h
index 922be2e050f5c938b561daf4b5533d01f1d1d0bc..1e37fbb78f7afbc57b8ab3c076d66ce7555f3cb0 100644 (file)
@@ -230,5 +230,8 @@ struct nfs_server {
 #define NFS_CAP_STATEID_NFSV41 (1U << 16)
 #define NFS_CAP_ATOMIC_OPEN_V1 (1U << 17)
 #define NFS_CAP_SECURITY_LABEL (1U << 18)
+#define NFS_CAP_SEEK           (1U << 19)
+#define NFS_CAP_ALLOCATE       (1U << 20)
+#define NFS_CAP_DEALLOCATE     (1U << 21)
 
 #endif