commit | 1e3cc57e474867771aba2bdf23d0c7d8fb5e4822 | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Mon Jun 10 17:12:23 2013 -0500 |
committer | Steve French <smfrench@gmail.com> | Mon Jun 24 01:56:43 2013 -0500 |
tree | efc2e9ac96fada997cca4327f54bc5df2776139e | |
parent | 28e11bd86d63ce18b481cd9f90bd5fa1b5ba746b [diff] |
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>