Whamcloud - gitweb
libext2fs: add default_bitmap_type to the ext2_filsys structure
authorTheodore Ts'o <tytso@mit.edu>
Fri, 16 Dec 2011 16:24:23 +0000 (11:24 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 18 Dec 2011 05:28:43 +0000 (00:28 -0500)
commit67861e5bf3ae177b14d34846218fcdfdeee805a6
tree6906033e1426a0d7e3f77e911c72d1118e94b099
parent24c91184d6577271f7387962c90626c973389f00
libext2fs: add default_bitmap_type to the ext2_filsys structure

This allows a program to control the bitmap backend implementation
that will get used without needing to change the current library API.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/ext2fs/bitmaps.c
lib/ext2fs/ext2fs.h
lib/ext2fs/ext2fsP.h
lib/ext2fs/gen_bitmap64.c