OSDN Git Service

cifs: remove the cifs_ses->flags field
authorJeff Layton <jlayton@redhat.com>
Sun, 26 May 2013 11:00:56 +0000 (07:00 -0400)
committerSteve French <smfrench@gmail.com>
Mon, 24 Jun 2013 06:56:40 +0000 (01:56 -0500)
commit281e2e7d06c42ce8dfd423fa2ae5616af0e0323f
tree78fdcb02c458429c3cc0260ffaba5e852057a332
parent3534b8508e4b21eec0b7b839f7234a9b6fe27d03
cifs: remove the cifs_ses->flags field

This field is completely unused:

CIFS_SES_W9X is completely unused. CIFS_SES_LANMAN and CIFS_SES_OS2
are set but never checked. CIFS_SES_NT4 is checked, but never set.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Acked-by: Pavel Shilovsky <piastry@etersoft.ru>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/cifsglob.h
fs/cifs/connect.c
fs/cifs/sess.c
fs/cifs/smb1ops.c