commit | cd65a24e756b8f6770a5961fd94c67eb00dd7baa | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sun Oct 25 21:42:12 2009 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Oct 25 21:42:12 2009 -0400 |
tree | df9e187fff26d8ebc95f40d9c86062b30630c4bf | |
parent | e633b58ac75f2f544b7d6572e37d4b63da31e59c [diff] |
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>