commit | a1c979f330cb82cae7a3b19464f9815e43060fe3 | [log] [tgz] |
---|---|---|
author | Mikulas Patocka <mpatocka@redhat.com> | Wed May 27 07:04:46 2020 -0400 |
committer | Mike Snitzer <snitzer@redhat.com> | Thu Jun 04 20:57:38 2020 -0400 |
tree | d0e7a8661a2523b443ee0f7db1108c8d73a74fe6 | |
parent | b4756d43a1dd2cfb778eb3cef3ba2efd2dcd5263 [diff] |
dm bufio: delete unused and inefficient dm_bufio_discard_buffers There is no user for this interface. If in future it is needed it can be reimplemented to walk the rbtree of buffers instead of doing block-by-block lookups. Signed-off-by: Mikulas Patocka <mpatocka@redhat.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com>