diff options
author | Jan Kara <jack@suse.cz> | 2017-04-12 12:24:47 +0200 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2017-04-20 12:09:55 -0600 |
commit | c1844d536dafa5f2cddf4b4841a3634f80a27666 (patch) | |
tree | cd45b315f2d205fa9f34a4cdb22a1511f1c39f65 /fs/nilfs2 | |
parent | 99edd4580b7444f57d7494e6433cdbdb08d5a19d (diff) | |
download | linux-c1844d536dafa5f2cddf4b4841a3634f80a27666.tar.gz linux-c1844d536dafa5f2cddf4b4841a3634f80a27666.tar.bz2 linux-c1844d536dafa5f2cddf4b4841a3634f80a27666.zip |
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) sb->s_max_links = NILFS_LINK_MAX; sb->s_bdi = bdi_get(sb->s_bdev->bd_bdi); - sb->s_iflags |= SB_I_DYNBDI; err = load_nilfs(nilfs, sb); if (err) |