diff options
author | Anna Schumaker <Anna.Schumaker@Netapp.com> | 2014-05-28 13:41:22 -0400 |
---|---|---|
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | 2020-10-07 14:28:39 -0400 |
commit | c567552612ece787b178e3b147b5854ad422a836 (patch) | |
tree | a24193fe6dcf9816375ce149fc34ffbc1058497d /include/linux/nfs_fs_sb.h | |
parent | a14a63594cc2e5bdcbb1543d29df945da71e380f (diff) | |
download | lwn-c567552612ece787b178e3b147b5854ad422a836.tar.gz lwn-c567552612ece787b178e3b147b5854ad422a836.zip |
NFS: Add READ_PLUS data segment support
This patch adds client support for decoding a single NFS4_CONTENT_DATA
segment returned by the server. This is the simplest implementation
possible, since it does not account for any hole segments in the reply.
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Diffstat (limited to 'include/linux/nfs_fs_sb.h')
-rw-r--r-- | include/linux/nfs_fs_sb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nfs_fs_sb.h b/include/linux/nfs_fs_sb.h index 7eae72a8762e..38e60ec742df 100644 --- a/include/linux/nfs_fs_sb.h +++ b/include/linux/nfs_fs_sb.h @@ -287,5 +287,6 @@ struct nfs_server { #define NFS_CAP_LAYOUTERROR (1U << 26) #define NFS_CAP_COPY_NOTIFY (1U << 27) #define NFS_CAP_XATTR (1U << 28) +#define NFS_CAP_READ_PLUS (1U << 29) #endif |