diff --git a/e2fsck/jfs_user.h b/e2fsck/jfs_user.h index 16185a5b..75877f33 100644 --- a/e2fsck/jfs_user.h +++ b/e2fsck/jfs_user.h @@ -38,10 +38,10 @@ struct buffer_head { #endif io_channel b_io; int b_size; - unsigned long long b_blocknr; - int b_dirty; - int b_uptodate; int b_err; + unsigned int b_dirty:1; + unsigned int b_uptodate:1; + unsigned long long b_blocknr; char b_data[1024]; };