]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
NFSv4: Don't check for OPEN feature support in v4.1
authorScott Mayhew <smayhew@redhat.com>
Wed, 30 Apr 2025 11:12:29 +0000 (07:12 -0400)
committerAnna Schumaker <anna.schumaker@oracle.com>
Wed, 28 May 2025 21:17:13 +0000 (17:17 -0400)
commit4d4832ed13ff505fe0371544b4773e79be2bb964
tree5a379799e1b326ddc7672b58b257ee78b9dcc7d9
parent243fea134633ba3d64aceb4c16129c59541ea2c6
NFSv4: Don't check for OPEN feature support in v4.1

fattr4_open_arguments is a v4.2 recommended attribute, so we shouldn't
be sending it to v4.1 servers.

Fixes: cb78f9b7d0c0 ("nfs: fix the fetch of FATTR4_OPEN_ARGUMENTS")
Signed-off-by: Scott Mayhew <smayhew@redhat.com>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Reviewed-by: Benjamin Coddington <bcodding@redhat.com>
Cc: stable@vger.kernel.org # 6.11+
Signed-off-by: Anna Schumaker <anna.schumaker@oracle.com>
fs/nfs/nfs4proc.c