Re: linux-next: cifs tree build warning
Steve French <[email protected]>
| Newsgroups | gmane.linux.kernel.next,gmane.linux.file-systems.cifs |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Apr 30, 2009 at 10:47 PM, Stephen Rothwell <[email protected]> wrote: > Hi Steve, > > Today's linux-next build (x86_64 allmodconfig) produced this warning: > > fs/cifs/connect.c:2609: warning: 'CIFSNTLMSSPNegotiateSessSetup' defined but not used > fs/cifs/connect.c:2943: warning: 'CIFSNTLMSSPAuthSessSetup' defined but not used > > Introduced by commit 20418acd6874792359b42c12d159f42f17593f34 ("[CIFS] > Remove older session setup implementation") which removed the last users of These are being rewritten and moved (probably to a new file ntlmssp.c) tomorrow. -- Thanks, Steve