Home
last modified time | relevance | path

Searched hist:"334 b4fc17275667b38ebfd719714dab0edb83c6a" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/md/
H A Ddm-ebs-target.cdiff 334b4fc17275667b38ebfd719714dab0edb83c6a Tue Jun 02 08:34:41 CDT 2020 Mikulas Patocka <mpatocka@redhat.com> dm ebs: use dm_bufio_forget_buffers

Use dm_bufio_forget_buffers instead of a block-by-block loop that
calls dm_bufio_forget. dm_bufio_forget_buffers is faster than the loop
because it searches for used buffers using rb-tree.

Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>