diff options
author | Jeff Layton <jlayton@redhat.com> | 2010-04-24 07:57:47 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2010-04-28 00:36:17 +0000 |
commit | ebe6aa5ac456a13213ed563863e70dd441618a97 (patch) | |
tree | 7703cf9325497f97731fb100a6521821f7fc08f9 /fs/cifs/cifsproto.h | |
parent | d54ff73259a852d4b3886dc586587fdef5e9c8de (diff) |
cifs: eliminate "first_time" parm to CIFS_SessSetup
We can use the is_first_ses_reconnect() function to determine this.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifsproto.h')
-rw-r--r-- | fs/cifs/cifsproto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h index cc622a735f29..8e9214275e42 100644 --- a/fs/cifs/cifsproto.h +++ b/fs/cifs/cifsproto.h @@ -95,7 +95,6 @@ extern int small_smb_init_no_tc(const int smb_cmd, const int wct, struct cifsSesInfo *ses, void **request_buf); extern int CIFS_SessSetup(unsigned int xid, struct cifsSesInfo *ses, - const int stage, const struct nls_table *nls_cp); extern __u16 GetNextMid(struct TCP_Server_Info *server); extern struct timespec cifs_NTtimeToUnix(__le64 utc_nanoseconds_since_1601); |