Re: [RFC][PATCH 2/2] efi_pstore: add a sequence counter to a variable name

2012-10-18 Thread Mike Waychison
On Fri, Oct 5, 2012 at 12:02 PM, Seiji Aguchi wrote: > [Problem] > > Currently, a variable name, which distinguishes each entry, consists of type, > id and ctime. > But if multiple events happens in a short time, a second/third event may fail > to log because > efi_pstore can't distinguish each

[RFC][PATCH 2/2] efi_pstore: add a sequence counter to a variable name

2012-10-05 Thread Seiji Aguchi
[Problem] Currently, a variable name, which distinguishes each entry, consists of type, id and ctime. But if multiple events happens in a short time, a second/third event may fail to log because efi_pstore can't distinguish each event with current variable name. [Solution] A reasonable way t