commit | adf2314fe667565258f304a04990d334defabeaf | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Dec 10 07:31:03 2019 -0500 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Wed Jan 15 10:15:16 2020 -0500 |
tree | c7be73c518fb337964a029c67b4a6b49dca8cfa9 | |
parent | ba8b6148067f51528dedf65b533d5094e25e6205 [diff] |
nfs: get rid of ->set_security() it's always either nfs_set_sb_security() or nfs_clone_sb_security(), the choice being controlled by mount_info->cloned != NULL. No need to add methods, especially when both instances live right next to the caller and are never accessed anywhere else. Reviewed-by: David Howells <dhowells@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>