btrfs: need_resched not needed with cond_resched
Cleanup, no special reason to do
if (need_resched())
cond_resched();
Signed-off-by:
David Sterba <dsterba@suse.cz>
Loading
Please register or sign in to comment
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
Cleanup, no special reason to do
if (need_resched())
cond_resched();
Signed-off-by:
David Sterba <dsterba@suse.cz>