summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorAlexander Lobakin <aleksander.lobakin@intel.com>2024-03-27 18:23:45 +0300
committerDavid S. Miller <davem@davemloft.net>2024-04-01 12:49:27 +0300
commitc1023f5634b9bfcbfff0dc200245309e3cde9b54 (patch)
tree8ebba14473c515f62fe1594dc9c79729dd927a26 /fs
parent8fab6a9d72e4fa0b0607b3a8011a909cabae79f7 (diff)
downloadlinux-c1023f5634b9bfcbfff0dc200245309e3cde9b54.tar.xz
s390/cio: rename bitmap_size() -> idset_bitmap_size()
bitmap_size() is a pretty generic name and one may want to use it for a generic bitmap API function. At the same time, its logic is not "generic", i.e. it's not just `nbits -> size of bitmap in bytes` converter as it would be expected from its name. Add the prefix 'idset_' used throughout the file where the function resides. Reviewed-by: Przemek Kitszel <przemyslaw.kitszel@intel.com> Acked-by: Peter Oberparleiter <oberpar@linux.ibm.com> Signed-off-by: Alexander Lobakin <aleksander.lobakin@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions