Re: [PATCH[ fix duplicate console-efi entries in pstore

2014-10-14 Thread Kees Cook
On Sun, Oct 12, 2014 at 8:09 PM, Valdis Kletnieks wrote: > The pstore filesystem still creates duplicate filename/inode pairs for > some pstore types. Add the id to the filename to prevent that. Looks good to me, thanks! Acked-by: Kees Cook -Kees > > Before patch: > > [/sys/fs/pstore] ls -li

[PATCH[ fix duplicate console-efi entries in pstore

2014-10-12 Thread Valdis Kletnieks
The pstore filesystem still creates duplicate filename/inode pairs for some pstore types. Add the id to the filename to prevent that. Before patch: [/sys/fs/pstore] ls -li total 0 1250 -r--r--r--. 1 root root 67 Sep 29 17:09 console-efi 1250 -r--r--r--. 1 root root 67 Sep 29 17:09 console-efi 12