Re: [PATCH 0/5] cifs: clean up show_options code and add support for mounting link-local addresses
Steve French <[email protected]>
| Newsgroups | gmane.linux.file-systems.cifs |
|---|---|
| Message-ID | <[email protected]> |
may be a little while before I can doublecheck, test and merge these, but seems reasonable at first glance ... On Thu, Jun 11, 2009 at 9:27 AM, Jeff Layton<[email protected]> wrote: > 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(-) > > -- Thanks, Steve