Skip to content

nfs: fix broken handling of the softreval mount option

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2095275

commit 085d16d5f949b64713d5e960d6c9bbf51bc1d511
Author: Dan Aloni dan.aloni@vastdata.com
Date: Sun May 8 15:54:50 2022 +0300

nfs: fix broken handling of the softreval mount option

Turns out that ever since this mount option was added, passing
`softreval` in NFS mount options cancelled all other flags while not 
affecting the underlying flag `NFS_MOUNT_SOFTREVAL`.

Fixes: c74dfe97c104 ("NFS: Add mount option 'softreval'")
Signed-off-by: Dan Aloni <dan.aloni@vastdata.com>
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>

Signed-off-by: Benjamin Coddington bcodding@redhat.com

Merge request reports