md: namespace private helper names
authorAmir Goldstein <amir73il@gmail.com>
Thu, 4 May 2017 13:26:20 +0000 (16:26 +0300)
committerChristoph Hellwig <hch@lst.de>
Mon, 5 Jun 2017 14:56:37 +0000 (16:56 +0200)
commite6fd2093a85d3be874c47d4f43bea5bdf0770955
tree06990d3b51d4ff44dff15b35b4f1b61aa4ec8dbb
parentb1f359f9805c2a1ec0f57e08b74baf383eb4b6a9
md: namespace private helper names

The md private helper uuid_equal() collides with a generic helper
of the same name.

Rename the md private helper to md_uuid_equal() and do the same for
md_sb_equal().

Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Shaohua Li <shli@kernel.org>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/md/md.c