[PATCHv3 0/6] lib/string: introduce kbasename helper

2012-10-16 Thread Andy Shevchenko
There are several places in kernel that duplicate code to get last part of the pathname. This patchset introduces a helper and few fixes. Since v2: - fixed Cc list in the patch 6/6 ("trace: ...") - update patch 3/6 ("rts_pstor: ...") to not hide const qualifier - send patch 1/1 to all people

[PATCHv3 0/6] lib/string: introduce kbasename helper

2012-10-16 Thread Andy Shevchenko
There are several places in kernel that duplicate code to get last part of the pathname. This patchset introduces a helper and few fixes. Since v2: - fixed Cc list in the patch 6/6 (trace: ...) - update patch 3/6 (rts_pstor: ...) to not hide const qualifier - send patch 1/1 to all people involved