Skip to content

Commit 1a6be5f

Browse files
fs/ntfs3: Remove field sbi->used.bitmap.set_tail
This field is not used in driver. Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
1 parent 63e92a0 commit 1a6be5f

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

fs/ntfs3/ntfs_fs.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ struct wnd_bitmap {
163163
size_t zone_bit;
164164
size_t zone_end;
165165

166-
bool set_tail; // Not necessary in driver.
167166
bool inited;
168167
};
169168

fs/ntfs3/super.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1117,8 +1117,6 @@ static int ntfs_fill_super(struct super_block *sb, struct fs_context *fc)
11171117
goto put_inode_out;
11181118
}
11191119

1120-
/* Not necessary. */
1121-
sbi->used.bitmap.set_tail = true;
11221120
err = wnd_init(&sbi->used.bitmap, sb, tt);
11231121
if (err)
11241122
goto put_inode_out;

0 commit comments

Comments
 (0)