[PATCH 1/2] DNS: Separate out CIFS DNS Resolver code

Steve French smfrench at gmail.com
Wed Aug 4 15:01:58 EDT 2010


On Wed, Aug 4, 2010 at 9:16 AM, David Howells <dhowells at redhat.com> wrote:
> From: Wang Lei <wang840925 at gmail.com>
>
> Separate out the DNS resolver key type from the CIFS filesystem into its own
> module so that it can be made available for general use, including the AFS
> filesystem module.

Merged, after addressing trivial checkpatch error:

[sfrench at hera cifs-2.6]$ scripts/checkpatch.pl ~/dh1a.patch
ERROR: "(foo*)" should be "(foo *)"
#523: FILE: fs/cifs/dns_resolve.c:75:
+	rc = cifs_convert_address((struct sockaddr*)&ss, hostname, len);

total: 1 errors, 0 warnings, 999 lines checked


-- 
Thanks,

Steve



More information about the linux-afs mailing list