Whamcloud - gitweb
libext2fs: move ext2fs_get_num_dirs to its own file
authorTheodore Ts'o <tytso@mit.edu>
Mon, 30 Jul 2012 20:41:52 +0000 (16:41 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 30 Jul 2012 21:19:15 +0000 (17:19 -0400)
commitbc0b1a899a646266e37e80d5e6e880a8c3a3b204
tree18a06a1415160e287e528e6865e4528f06e33cf5
parentc4111cd7eaabee63155ffeb675f806d452e9a191
libext2fs: move ext2fs_get_num_dirs to its own file

This reduces the number of C library symbols needed by boot loader
systems such as yaboot.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/ext2fs/Makefile.in
lib/ext2fs/dblist.c
lib/ext2fs/ext2fs.h
lib/ext2fs/get_num_dirs.c [new file with mode: 0644]