Whamcloud - gitweb
libext2fs: Convert ext2fs_bg_flag_test() to ext2fs_bg_flags_test()
authorTheodore Ts'o <tytso@mit.edu>
Mon, 26 Oct 2009 01:42:12 +0000 (21:42 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 26 Oct 2009 01:42:12 +0000 (21:42 -0400)
commitcd65a24e756b8f6770a5961fd94c67eb00dd7baa
treedf9e187fff26d8ebc95f40d9c86062b30630c4bf
parente633b58ac75f2f544b7d6572e37d4b63da31e59c
libext2fs: Convert ext2fs_bg_flag_test() to ext2fs_bg_flags_test()

After cleaning up ext2fs_bg_flag_set() and ext2fs_bg_flag_clear(),
we're left with ext2fs_bg_flag_test().  Convert it to
ext2fs_bg_flags_test().

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
debugfs/debugfs.c
e2fsck/pass2.c
e2fsck/pass5.c
e2fsck/super.c
lib/ext2fs/alloc.c
lib/ext2fs/blknum.c
lib/ext2fs/ext2fs.h
lib/ext2fs/inode.c
lib/ext2fs/rw_bitmaps.c
resize/resize2fs.c