From: Anna Schumaker <anna.schumaker@xxxxxxxxxx> These are a few improvements that have been in the back of my mind for a while, and I finally had the chance to work on. The first patch adds a (read-only) file to check the server's implementation id. The remaining two patches are sunrpc side to display the xprtsec in use for each transport and to add a new transport to the xprt switch. Thoughts? Anna Anna Schumaker (3): NFS: Add implid to sysfs sunrpc: Add a sysfs attr for xprtsec sunrpc: Add a sysfs file for adding a new xprt fs/nfs/sysfs.c | 79 ++++++++++++++++++++++++++ include/linux/sunrpc/xprtmultipath.h | 1 + net/sunrpc/sysfs.c | 83 ++++++++++++++++++++++++++++ net/sunrpc/xprtmultipath.c | 21 +++++++ 4 files changed, 184 insertions(+) -- 2.47.1