]> git.baikalelectronics.ru Git - kernel.git/commit
dm: Avoid namespace collision with bitmap API
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 1 Aug 2018 22:17:58 +0000 (15:17 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 1 Aug 2018 22:49:38 +0000 (15:49 -0700)
commit2df27e22add602c6336d10e2201a708ce3df909c
tree1a62ecdd4f62dab4522152fcdace4d94fdcc6923
parentd618df40a378cfa3ecd4741315a7498707cc3c0f
dm: Avoid namespace collision with bitmap API

bitmap API (include/linux/bitmap.h) has 'bitmap' prefix for its methods.

On the other hand DM bitmap API is special case.
Adding 'dm' prefix to it to avoid potential name space collision.

No functional changes intended.

Suggested-by: Mike Snitzer <snitzer@redhat.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Mike Snitzer <snitzer@redhat.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/md/persistent-data/dm-space-map-common.c