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)
commit5cc9cdf631da804510d2d3ab1d97f3d9dd8d632d
tree1a62ecdd4f62dab4522152fcdace4d94fdcc6923
parent29dcea88779c856c7dc92040a0c01233263101d4
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