]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/md/bitmap.c
[PATCH] Unlinline a bunch of other functions
[net-next-2.6.git] / drivers / md / bitmap.c
index 76a189ceb5291a755c1c74d3279541269a7b2774..eae4473eadde2a359a7e00e05b8bf4a5387140cc 100644 (file)
@@ -200,7 +200,7 @@ out:
 /* if page is completely empty, put it back on the free list, or dealloc it */
 /* if page was hijacked, unmark the flag so it might get alloced next time */
 /* Note: lock should be held when calling this */
-static inline void bitmap_checkfree(struct bitmap *bitmap, unsigned long page)
+static void bitmap_checkfree(struct bitmap *bitmap, unsigned long page)
 {
        char *ptr;