nfs: fix broken handling of the softreval mount option
authorDan Aloni <dan.aloni@vastdata.com>
Sun, 8 May 2022 12:54:50 +0000 (15:54 +0300)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Mon, 9 May 2022 17:02:54 +0000 (13:02 -0400)
commit085d16d5f949b64713d5e960d6c9bbf51bc1d511
treedfb4a9b4fc9b2c96fb89b43c6f0eec4d45ff184b
parentfd13359f54ee854f00134abc6be32da94ec53dbf
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>
fs/nfs/fs_context.c