From: Anna Schumaker <Anna.Schumaker@xxxxxxxxxx> These patches fix up hole and data segment decoding for READ_PLUS. It turns out I wasn't handling data getting truncated off the end of the message properly. These patches fix it up, and now xfstests generic/091 and generic/263 pass when run against servers exporting ext4 and btrfs. These tests also pass against servers exporting xfs when the clone operation is disabled, so it seems like there is something going on inside the xfs filesystem causing these tests to still fail. - Changes since v1: - Drop patch for allocating scratch page - Drop patch for disabling READ_PLUS behind a Kconfig option Thanks, Anna Anna Schumaker (2): SUNRPC: Keep buf->len in sync with xdr->nwords when expanding holes SUNRPC: Check if the buffer has fewer bytes than requested net/sunrpc/xdr.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) -- 2.29.2