Whamcloud - gitweb
e2fsck: don't use e2fsck_global_ctx in e2fsck_set_bitmap_type()
authorTheodore Ts'o <tytso@mit.edu>
Wed, 5 Mar 2014 00:10:26 +0000 (19:10 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 5 Mar 2014 00:11:56 +0000 (19:11 -0500)
commit93d0db347e29fa49942aaf9f7dd0d42b33396e51
tree48d19eebc0447775873c71d96b100c9848a82a02
parentdde6333b9658afa0dcd30fe9628857dd694509c6
e2fsck: don't use e2fsck_global_ctx in e2fsck_set_bitmap_type()

There is no reason to use e2fsck_global_ctx in
e2fsck_set_bitmap_type(), since we can get the context structure from
fs->priv_data.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
e2fsck/unix.c
e2fsck/util.c