diff options
author | Jan Kara <jack@suse.cz> | 2017-04-12 06:24:47 -0400 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2017-04-20 14:09:55 -0400 |
commit | c1844d536dafa5f2cddf4b4841a3634f80a27666 (patch) | |
tree | cd45b315f2d205fa9f34a4cdb22a1511f1c39f65 /fs/nilfs2 | |
parent | 99edd4580b7444f57d7494e6433cdbdb08d5a19d (diff) |
fs: Remove SB_I_DYNBDI flag
Now that all bdi structures filesystems use are properly refcounted, we
can remove the SB_I_DYNBDI flag.
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'fs/nilfs2')
-rw-r--r-- | fs/nilfs2/super.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nilfs2/super.c b/fs/nilfs2/super.c index feb796a38b8d..926682981d61 100644 --- a/fs/nilfs2/super.c +++ b/fs/nilfs2/super.c | |||
@@ -1069,7 +1069,6 @@ nilfs_fill_super(struct super_block *sb, void *data, int silent) | |||
1069 | sb->s_max_links = NILFS_LINK_MAX; | 1069 | sb->s_max_links = NILFS_LINK_MAX; |
1070 | 1070 | ||
1071 | sb->s_bdi = bdi_get(sb->s_bdev->bd_bdi); | 1071 | sb->s_bdi = bdi_get(sb->s_bdev->bd_bdi); |
1072 | sb->s_iflags |= SB_I_DYNBDI; | ||
1073 | 1072 | ||
1074 | err = load_nilfs(nilfs, sb); | 1073 | err = load_nilfs(nilfs, sb); |
1075 | if (err) | 1074 | if (err) |