« Return to Thread: [PATCH 0/5] cifs: clean up show_options code and add support for mounting link-local addresses

[PATCH 0/5] cifs: clean up show_options code and add support for mounting link-local addresses

by Jeff Layton-2 :: Rate this Message:

Reply to Author | View in Thread

This patchset does a bit of cleanup to the cifs_show_options code and
adds support for parsing and using link-local addresses. Should be
pretty straightforward set.

Jeff Layton (5):
  cifs: remove unneeded NULL checks from cifs_show_options
  cifs: have cifs_show_options show forceuid/forcegid options
  cifs: add new routine for converting AF_INET and AF_INET6 addrs
  cifs: have cifs parse scope_id out of IPv6 addresses and use it
  cifs: display scopeid in /proc/mounts

 fs/cifs/cifsfs.c      |  148 +++++++++++++++++++++++++------------------------
 fs/cifs/cifsproto.h   |    2 +-
 fs/cifs/connect.c     |   27 +++------
 fs/cifs/dns_resolve.c |   23 +------
 fs/cifs/netmisc.c     |   56 +++++++++++++++++-
 5 files changed, 141 insertions(+), 115 deletions(-)

_______________________________________________
linux-cifs-client mailing list
linux-cifs-client@...
https://lists.samba.org/mailman/listinfo/linux-cifs-client

 « Return to Thread: [PATCH 0/5] cifs: clean up show_options code and add support for mounting link-local addresses