]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
btrfs: block-group: don't set the wrong READA flag for btrfs_read_block_groups()
authorQu Wenruo <wqu@suse.com>
Mon, 4 May 2020 23:58:19 +0000 (07:58 +0800)
committerDavid Sterba <dsterba@suse.com>
Mon, 25 May 2020 09:25:30 +0000 (11:25 +0200)
commit83fe9e12b0558eae519351cff00da1e06bc054d2
tree5124f3007e6af4b9875093d8715b6409d46f05d2
parent89efda52e6b6930f80f5adda9c3c9edfb1397191
btrfs: block-group: don't set the wrong READA flag for btrfs_read_block_groups()

Regular block group items in extent tree are scattered inside the huge
tree, thus forward readahead makes no sense.

Signed-off-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/block-group.c