]> git.baikalelectronics.ru Git - kernel.git/commit
aoe: remove custom implementation of kbasename()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 11 Sep 2013 21:25:44 +0000 (14:25 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 11 Sep 2013 22:59:26 +0000 (15:59 -0700)
commit65a98072bc1e84d1ba4393515717f27e33c3ddd0
tree324d4a39649ad3d36e6325aed2b71216f8df9413
parentca23c7e5b3895b53bd525ca08ba52117af700b40
aoe: remove custom implementation of kbasename()

In the kernel we have a nice helper that may be used here. This patch
substitutes the custom implementation by the native function call.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Ed Cashin <ecashin@coraid.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/block/aoe/aoedev.c