commit | 29422693c410c68071bdd60e0a0ec590490781aa | [log] [tgz] |
---|---|---|
author | Mike Waychison <mikew@google.com> | Fri Mar 11 17:43:00 2011 -0800 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Mar 14 08:40:49 2011 -0700 |
tree | f402b6ea9b360eee4078a9ebc28e84b626bec894 | |
parent | c1605f2e3312ca149caf32129e0b25b1e7296f36 [diff] |
efivars: move efivars globals into struct efivars In preparation for abstracting out efivars to be usable by other similar variable services, move the global lock, list and kset into a structure. Later patches will change the scope of 'efivars' and have it be passed by function argument. Signed-off-by: Mike Waychison <mikew@google.com> Cc: Matt Domsch <Matt_Domsch@dell.com>, Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>