]> 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)
commit61bdb25c7ef31ccf8ff2a0d24b81570cc09ba06f
tree1a62ecdd4f62dab4522152fcdace4d94fdcc6923
parentcbe5cf6c12a702bb61d930a5ea6850606f262fb2
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