mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-19 09:04:51 +08:00
btrfs: Remove unused flush var in shrink_delalloc
Added by08e007d2e5
("Btrfs: improve the noflush reservation") and made redundant by17024ad0a0
("Btrfs: fix early ENOSPC due to delalloc"). Signed-off-by: Nikolay Borisov <nborisov@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
101d2dc0b2
commit
39d7d09dc2
@ -4829,7 +4829,6 @@ static void shrink_delalloc(struct btrfs_fs_info *fs_info, u64 to_reclaim,
|
|||||||
long time_left;
|
long time_left;
|
||||||
unsigned long nr_pages;
|
unsigned long nr_pages;
|
||||||
int loops;
|
int loops;
|
||||||
enum btrfs_reserve_flush_enum flush;
|
|
||||||
|
|
||||||
/* Calc the number of the pages we need flush for space reservation */
|
/* Calc the number of the pages we need flush for space reservation */
|
||||||
items = calc_reclaim_items_nr(fs_info, to_reclaim);
|
items = calc_reclaim_items_nr(fs_info, to_reclaim);
|
||||||
@ -4870,10 +4869,6 @@ static void shrink_delalloc(struct btrfs_fs_info *fs_info, u64 to_reclaim,
|
|||||||
atomic_read(&fs_info->async_delalloc_pages) <=
|
atomic_read(&fs_info->async_delalloc_pages) <=
|
||||||
(int)max_reclaim);
|
(int)max_reclaim);
|
||||||
skip_async:
|
skip_async:
|
||||||
if (!trans)
|
|
||||||
flush = BTRFS_RESERVE_FLUSH_ALL;
|
|
||||||
else
|
|
||||||
flush = BTRFS_RESERVE_NO_FLUSH;
|
|
||||||
spin_lock(&space_info->lock);
|
spin_lock(&space_info->lock);
|
||||||
if (list_empty(&space_info->tickets) &&
|
if (list_empty(&space_info->tickets) &&
|
||||||
list_empty(&space_info->priority_tickets)) {
|
list_empty(&space_info->priority_tickets)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user