]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: reuse kbasename helper
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 21 Aug 2013 07:32:13 +0000 (10:32 +0300)
committerChris Mason <chris.mason@fusionio.com>
Sun, 1 Sep 2013 12:16:36 +0000 (08:16 -0400)
commit1e9cb2d22752998e1fc9ca7109a0edbfcff59dcf
tree8e5ec12b50c51e9f92554c180b8e00927554b1ab
parentb77b43d478292779606a92be890782489e501445
btrfs: reuse kbasename helper

To get name of the file from a pathname let's use kbasename() helper. It allows
to simplify code a bit.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Josef Bacik <jbacik@fusionio.com>
Signed-off-by: Chris Mason <chris.mason@fusionio.com>
fs/btrfs/send.c