Re: [PATCHv2 3/6] staging: rts_pstor: reuse kbasename()

2012-10-03 Thread Kirill A. Shutemov
On Wed, Oct 03, 2012 at 11:43:00AM +0300, Andy Shevchenko wrote: > The custom filename function mostly repeats the kernel's kbasename. This patch > simplifies it. The updated filename() will not check for the '\' in the > filenames. It seems redundant in Linux. > > Signed-off-by: Andy Shevchenko

[PATCHv2 3/6] staging: rts_pstor: reuse kbasename()

2012-10-03 Thread Andy Shevchenko
The custom filename function mostly repeats the kernel's kbasename. This patch simplifies it. The updated filename() will not check for the '\' in the filenames. It seems redundant in Linux. Signed-off-by: Andy Shevchenko Cc: YAMANE Toshiaki Cc: Greg Kroah-Hartman --- drivers/staging/rts_pstor