Whamcloud - gitweb
libext2fs: add pseudo bitmap backend type EXT2FS_BMAP64_AUTODIR
authorTheodore Ts'o <tytso@mit.edu>
Sun, 18 Dec 2011 05:31:27 +0000 (00:31 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 18 Dec 2011 06:12:43 +0000 (01:12 -0500)
commitd182831a15dfa4d36979be10fdfd4ec06bdd65b9
tree26da773afe72b0505d5f977a3b27e064d511bf80
parentc1359d91958cadfbc0987921ee5b4db717852e90
libext2fs: add pseudo bitmap backend type EXT2FS_BMAP64_AUTODIR

This backend type will automatically switch between the bitarray and
the rbtree backend based on the number of directories in the file
system.

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