RE: [PATCH] Differentiating names by adding a timestamp.

2013-10-28 Thread Seiji Aguchi
; To: Tony Luck; Seiji Aguchi; Anton Vorontsov; Colin Cross; Kees Cook > Cc: linux-...@vger.kernel.org; linux-kernel@vger.kernel.org > Subject: [PATCH] Differentiating names by adding a timestamp. > > > pstore denominate dumped file as type-psname-id. it makes many file have >

[PATCH] Differentiating names by adding a timestamp.

2013-10-28 Thread Madper Xie
pstore denominate dumped file as type-psname-id. it makes many file have the same name if there are many entries in backend have the same id. So adding a timestamp to file name. Signed-off-by: Madper Xie --- fs/pstore/inode.c | 26 -- 1 file changed, 16 insertions(+),

[PATCH] Differentiating names by adding a timestamp.

2013-10-28 Thread Madper Xie
pstore denominate dumped file as type-psname-id. it makes many file have the same name if there are many entries in backend have the same id. So adding a timestamp to file name. Signed-off-by: Madper Xie c...@redhat.com --- fs/pstore/inode.c | 26 -- 1 file changed, 16

RE: [PATCH] Differentiating names by adding a timestamp.

2013-10-28 Thread Seiji Aguchi
; Anton Vorontsov; Colin Cross; Kees Cook Cc: linux-...@vger.kernel.org; linux-kernel@vger.kernel.org Subject: [PATCH] Differentiating names by adding a timestamp. pstore denominate dumped file as type-psname-id. it makes many file have the same name if there are many entries in backend have