commit | 56280682ceeef74b692b3e21d1872049eea7c887 | [log] [tgz] |
---|---|---|
author | Matthew Garrett <mjg@redhat.com> | Thu Jul 21 16:57:53 2011 -0400 |
committer | Tony Luck <tony.luck@intel.com> | Fri Jul 22 16:14:20 2011 -0700 |
tree | 6d00729db23dff065ad60bf2f7be3f96b6fd4008 | |
parent | 638c1fd3033c76778e6d9975ad8a4a9cdd5b96d9 [diff] |
pstore: Add extra context for writes and erases EFI only provides small amounts of individual storage, and conventionally puts metadata in the storage variable name. Rather than add a metadata header to the (already limited) variable storage, it's easier for us to modify pstore to pass all the information we need to construct a unique variable name to the appropriate functions. Signed-off-by: Matthew Garrett <mjg@redhat.com> Signed-off-by: Tony Luck <tony.luck@intel.com>