]> Git Repo - linux.git/blobdiff - lib/bitmap.c
iomap: fix the iomap_readpage_actor return value for inline data
[linux.git] / lib / bitmap.c
index 6e29b2aae6ba30e66837811aa74b0970604d866e..9401d39e4722e8f1d3cd8b67d94293ad7122a5e4 100644 (file)
@@ -793,8 +793,6 @@ int bitmap_parse(const char *start, unsigned int buflen,
 }
 EXPORT_SYMBOL(bitmap_parse);
 
-
-#ifdef CONFIG_NUMA
 /**
  * bitmap_pos_to_ord - find ordinal of set bit at given position in bitmap
  *     @buf: pointer to a bitmap
@@ -903,6 +901,7 @@ void bitmap_remap(unsigned long *dst, const unsigned long *src,
                        set_bit(bitmap_ord_to_pos(new, n % w, nbits), dst);
        }
 }
+EXPORT_SYMBOL(bitmap_remap);
 
 /**
  * bitmap_bitremap - Apply map defined by a pair of bitmaps to a single bit
@@ -940,7 +939,9 @@ int bitmap_bitremap(int oldbit, const unsigned long *old,
        else
                return bitmap_ord_to_pos(new, n % w, bits);
 }
+EXPORT_SYMBOL(bitmap_bitremap);
 
+#ifdef CONFIG_NUMA
 /**
  * bitmap_onto - translate one bitmap relative to another
  *     @dst: resulting translated bitmap
This page took 0.034531 seconds and 4 git commands to generate.