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>
This commit is contained in:
@@ -2379,7 +2379,6 @@ int nfs_clone_super(struct super_block *sb, struct nfs_mount_info *mount_info)
|
||||
nfs_initialise_sb(sb);
|
||||
|
||||
sb->s_bdi = bdi_get(old_sb->s_bdi);
|
||||
sb->s_iflags |= SB_I_DYNBDI;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user