]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: Add READ_PLUS data segment support
authorAnna Schumaker <Anna.Schumaker@Netapp.com>
Wed, 28 May 2014 17:41:22 +0000 (13:41 -0400)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Wed, 7 Oct 2020 18:28:39 +0000 (14:28 -0400)
commit3d94e17c6783af4b2949712a45a2c1a2418b05ce
treea24193fe6dcf9816375ce149fc34ffbc1058497d
parentbfe65ead9c2eafa2327e7cf4fe0dfe6d53548630
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>
fs/nfs/nfs42xdr.c
fs/nfs/nfs4client.c
fs/nfs/nfs4proc.c
fs/nfs/nfs4xdr.c
include/linux/nfs4.h
include/linux/nfs_fs_sb.h
include/linux/nfs_xdr.h