summaryrefslogtreecommitdiffstats
path: root/fs/nilfs2
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2017-04-12 06:24:47 -0400
committerJens Axboe <axboe@fb.com>2017-04-20 14:09:55 -0400
commitc1844d536dafa5f2cddf4b4841a3634f80a27666 (patch)
treecd45b315f2d205fa9f34a4cdb22a1511f1c39f65 /fs/nilfs2
parent99edd4580b7444f57d7494e6433cdbdb08d5a19d (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.c1
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)