]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blobdiff - lib/ext2fs/bitops.h
Many files:
[thirdparty/e2fsprogs.git] / lib / ext2fs / bitops.h
index 24bd5a744b62e0654693ea65cd74ccf2c2d4b8c1..a20d3955ad5dce5e3f87e27704595b13426cb2ef 100644 (file)
@@ -353,7 +353,7 @@ _INLINE_ int ext2fs_test_generic_bitmap(ext2fs_generic_bitmap bitmap,
                                        blk_t bitno)
 {
        if ((bitno < bitmap->start) || (bitno > bitmap->end)) {
-               ext2fs_warn_bitmap2(bitmap, EXT2FS_UNMARK_ERROR, bitno);
+               ext2fs_warn_bitmap2(bitmap, EXT2FS_TEST_ERROR, bitno);
                return 0;
        }
        return ext2fs_test_bit(bitno - bitmap->start, bitmap->bitmap);