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, 24 Jun 2013 06:56:43 +0000 (01:56 -0500)
commit1e3cc57e474867771aba2bdf23d0c7d8fb5e4822
treeefc2e9ac96fada997cca4327f54bc5df2776139e
parent28e11bd86d63ce18b481cd9f90bd5fa1b5ba746b
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