]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[CIFS] add new fields to smb_vol to track the requested security flavor
authorJeff Layton <jlayton@redhat.com>
Mon, 10 Jun 2013 22:12:23 +0000 (17:12 -0500)
committerSteve French <smfrench@gmail.com>
Mon, 10 Jun 2013 22:12:23 +0000 (17:12 -0500)
commit0c6add11965888c3d3b55026f4966dec03961d41
tree538758544be2d59f94bdf3985c5cc2795a9b0e40
parent1028b1a6b0e0547e101ec543e73901aecf4d1a34
[CIFS] add new fields to smb_vol to track the requested security flavor

We have this to some degree already in secFlgs, but those get "or'ed" so
there's no way to know what the last option requested was. Add new fields
that will eventually supercede the secFlgs field in the cifs_ses.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Reviewed-by: Pavel Shilovsky <piastry@etersoft.ru>
Signed-off-by: Steve French <smfrench@gmail.com>
fs/cifs/cifsglob.h
fs/cifs/connect.c