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

Yury Norov posted 2 patches 5 days, 8 hours ago
include/linux/bitmap-str.h |  1 -
include/linux/cpumask.h    |  7 +++++--
lib/bitmap-str.c           | 42 +++++---------------------------------
3 files changed, 10 insertions(+), 40 deletions(-)
[PATCH 0/2] bitmap: drop bitmap_print_to_pagebuf()
Posted by Yury Norov 5 days, 8 hours ago
bitmap_print_to_pagebuf() users are now all switched to more
straightforward alternative. The last one is cpumap_print_to_pagebuf()
helper in linux/cpumask.h.

Switch it to scnprintf(), and drop the 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    |  7 +++++--
 lib/bitmap-str.c           | 42 +++++---------------------------------
 3 files changed, 10 insertions(+), 40 deletions(-)

-- 
2.51.0