[PATCH 0/5] cifs: clean up show_options code and add support for mounting link-local addresses
Jeff Layton <[email protected]>
| Newsgroups | gmane.linux.file-systems.cifs |
|---|---|
| Message-ID | <[email protected]> |
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(-)