dm bufio: remove old-style buffer cleanup
authorMikulas Patocka <mpatocka@redhat.com>
Thu, 12 Sep 2019 08:44:47 +0000 (10:44 +0200)
committerMike Snitzer <snitzer@redhat.com>
Fri, 13 Sep 2019 14:43:48 +0000 (10:43 -0400)
commitb132ff333201784e67654663360a1a4fb103ebe2
tree358d64c932050d8bef045554209dda6e46c98b80
parentaf53badc0cd8a511b016a10c0cccf916692f1fc2
dm bufio: remove old-style buffer cleanup

Remove code that cleans up buffers if the cache size grows over the limit.

The next commit will introduce a new global cleanup.

Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
drivers/md/dm-bufio.c