bitmap, cpumask, nodemask: remove dedicated formatting functions
authorTejun Heo <[email protected]>
Fri, 13 Feb 2015 22:38:15 +0000 (14:38 -0800)
committerLinus Torvalds <[email protected]>
Sat, 14 Feb 2015 05:21:39 +0000 (21:21 -0800)
commit46385326cc1577587ed3e7432c2425cf6d3e4308
treea4a87d47fb4ef5853c5c31236a272c22a9304caf
parentccbd59c1c104d6e42e949e2588563bfe25d9d98f
bitmap, cpumask, nodemask: remove dedicated formatting functions

Now that all bitmap formatting usages have been converted to
'%*pb[l]', the separate formatting functions are unnecessary.  The
following functions are removed.

* bitmap_scn[list]printf()
* cpumask_scnprintf(), cpulist_scnprintf()
* [__]nodemask_scnprintf(), [__]nodelist_scnprintf()
* seq_bitmap[_list](), seq_cpumask[_list](), seq_nodemask[_list]()
* seq_buf_bitmask()

Signed-off-by: Tejun Heo <[email protected]>
Cc: Rusty Russell <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/seq_file.c
include/linux/bitmap.h
include/linux/cpumask.h
include/linux/nodemask.h
include/linux/seq_buf.h
include/linux/seq_file.h
lib/bitmap.c
lib/seq_buf.c