commit | 7bf257a9a07d6067fba43ba05f25b3de0436d59c | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sun Jul 22 17:57:13 2007 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Jul 22 17:57:13 2007 -0400 |
tree | a09cf945320ddef25317e1b3b8f472503fa19d38 | |
parent | b15beaaf386a13d9fbaf716aac2df44748261af1 [diff] |
Change fast ext2fs bitmap functions to use the generic bitmap functions This changes ext2fs_fast_{mark,unmark,test}_{inode,block}_bitmap() to be inline functions which calls ext2fs_{mark,unmark,test}_generic_bitmap(). This is part of the preparation to support the new-style bitmaps. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>