cifs: add new fields to cifs_ses to track requested security flavor
authorJeff Layton <jlayton@redhat.com>
Sun, 26 May 2013 11:01:00 +0000 (07:01 -0400)
committerSteve French <smfrench@gmail.com>
Mon, 24 Jun 2013 06:56:43 +0000 (01:56 -0500)
commit28e11bd86d63ce18b481cd9f90bd5fa1b5ba746b
treea039b42511ec25fc96827f5bb894270965624a05
parente598d1d8fb512c7a4d86c729cdca30e87fe7cfc9
cifs: add new fields to cifs_ses to track requested security flavor

Currently we have the overrideSecFlg field, but it's quite cumbersome
to work with. Add some new fields that will eventually supercede it.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <smfrench@gmail.com>
fs/cifs/cifsfs.c
fs/cifs/cifsglob.h
fs/cifs/connect.c