]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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, 10 Jun 2013 22:10:16 +0000 (17:10 -0500)
commit1028b1a6b0e0547e101ec543e73901aecf4d1a34
tree1eba285b25e8b9510493625aba84764b22a49cd4
parent9284caed280d6dce063c37170bd06a5b3bbf39b2
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