summaryrefslogtreecommitdiff
path: root/net/netlabel/netlabel_addrlist.h
diff options
context:
space:
mode:
authorChris Perl <cperl@janestreet.com>2018-12-17 10:56:38 -0500
committerAnna Schumaker <Anna.Schumaker@Netapp.com>2018-12-21 13:38:45 -0500
commit594d1644cd59447f4fceb592448d5cd09eb09b5e (patch)
tree75d562f15b2aae998e035248ec6730418e7634b4 /net/netlabel/netlabel_addrlist.h
parent04d1532bd0b93cc4d0056f27da1591f086d341a6 (diff)
downloadlinux-594d1644cd59447f4fceb592448d5cd09eb09b5e.tar.gz
NFS: nfs_compare_mount_options always compare auth flavors.
This patch removes the check from nfs_compare_mount_options to see if a `sec' option was passed for the current mount before comparing auth flavors and instead just always compares auth flavors. Consider the following scenario: You have a server with the address 192.168.1.1 and two exports /export/a and /export/b. The first export supports `sys' and `krb5' security, the second just `sys'. Assume you start with no mounts from the server. The following results in EIOs being returned as the kernel nfs client incorrectly thinks it can share the underlying `struct nfs_server's: $ mkdir /tmp/{a,b} $ sudo mount -t nfs -o vers=3,sec=krb5 192.168.1.1:/export/a /tmp/a $ sudo mount -t nfs -o vers=3 192.168.1.1:/export/b /tmp/b $ df >/dev/null df: ‘/tmp/b’: Input/output error Signed-off-by: Chris Perl <cperl@janestreet.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Diffstat (limited to 'net/netlabel/netlabel_addrlist.h')
0 files changed, 0 insertions, 0 deletions