Re: [PATCH 06/11] cifs: eliminate "first_time" parm to CIFS_SessSetup
Steve French <[email protected]> Mon, 26 Apr 2010 21:45:53 -0500
| Newsgroups | gmane.linux.file-systems.cifs |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Apr 24, 2010 at 6:57 AM, Jeff Layton <[email protected]> wrote: > We can use the is_first_ses_reconnect() function to determine this. This is a slight behavior change - we will end up issuing another SMB negprot after reconnect (which we didn't do before). May be harmless, but worth thinking through -- Thanks, Steve