cache: Avoid -Wshadow warnings
commit90ad5ae772f5d59ff308fe04e1deeffba667e2d6
authorEric Blake <eblake@redhat.com>
Sun, 1 Sep 2019 01:32:45 +0000 (31 20:32 -0500)
committerEric Blake <eblake@redhat.com>
Mon, 2 Sep 2019 10:53:28 +0000 (2 05:53 -0500)
tree09a84d7303b8563d0c9ab48b0a9b52089ef5d585
parent9155d41e80df874a12d81e52843fda84f78482b4
cache: Avoid -Wshadow warnings

The cache filter declares 'blksize' as a global; the common bitmap.h
header shadows this.  It's easy enough to rename to avoid the warning.

Signed-off-by: Eric Blake <eblake@redhat.com>
common/bitmap/bitmap.h