Menu

#276 ino_t is used in bitops.h instead of ext2_ino_t

open
libext2 (27)
5
2012-11-28
2011-01-29
Марк
No

bitops.h:

extern int ext2fs_test_inode_bitmap_range(ext2fs_inode_bitmap bitmap,
ino_t inode, int num);

ino_t should be ext2_ino_t

Discussion