]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - lib/bitmap.c
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
[karo-tx-linux.git] / lib / bitmap.c
index 3f3b68199d744bd4fc9b94dcb9ca6e831502b0f2..37ef4b048795463a46a98702fd5bf780c1b59060 100644 (file)
@@ -756,7 +756,7 @@ static int bitmap_pos_to_ord(const unsigned long *buf, int pos, int bits)
  *
  * The bit positions 0 through @bits are valid positions in @buf.
  */
-static int bitmap_ord_to_pos(const unsigned long *buf, int ord, int bits)
+int bitmap_ord_to_pos(const unsigned long *buf, int ord, int bits)
 {
        int pos = 0;