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)
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>

No differences found