Commit 1a6be5fb authored by Konstantin Komarov's avatar Konstantin Komarov

fs/ntfs3: Remove field sbi->used.bitmap.set_tail

This field is not used in driver.
Signed-off-by: default avatarKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
parent 63e92a0c
......@@ -163,7 +163,6 @@ struct wnd_bitmap {
size_t zone_bit;
size_t zone_end;
bool set_tail; // Not necessary in driver.
bool inited;
};
......
......@@ -1117,8 +1117,6 @@ static int ntfs_fill_super(struct super_block *sb, struct fs_context *fc)
goto put_inode_out;
}
/* Not necessary. */
sbi->used.bitmap.set_tail = true;
err = wnd_init(&sbi->used.bitmap, sb, tt);
if (err)
goto put_inode_out;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment