[PATCH 0/2] bitmap: drop bitmap_print_to_pagebuf()

Yury Norov posted 2 patches 1 month, 2 weeks ago
Only 0 patches received!
There is a newer version of this series
include/linux/bitmap-str.h |  1 -
include/linux/cpumask.h    | 17 +--------------
lib/bitmap-str.c           | 42 +++++---------------------------------
lib/cpumask.c              | 17 +++++++++++++++
4 files changed, 23 insertions(+), 54 deletions(-)
[PATCH 0/2] bitmap: drop bitmap_print_to_pagebuf()
Posted by Yury Norov 1 month, 2 weeks ago
The function has a long story of misuse. Now that all non-lib users are
switched to the scnprintf(), switch the last user in cpumasks to it, and
get rid of bitmap_print_to_pagebuf().

Yury Norov (2):
  cpumask: switch cpumap_print_to_pagebuf() to using scnprintf()
  bitmap: drop bitmap_print_to_pagebuf()

 include/linux/bitmap-str.h |  1 -
 include/linux/cpumask.h    | 17 +--------------
 lib/bitmap-str.c           | 42 +++++---------------------------------
 lib/cpumask.c              | 17 +++++++++++++++
 4 files changed, 23 insertions(+), 54 deletions(-)

-- 
2.51.0