On Thu, Sep 04, 2014 at 11:43:18AM +0100, Sudeep Holla wrote:
You could make it bitmap_copy_to_buf() I suppose, and then have a
cpumask inline wrapper, to be fully consistent with the rest of the
implementations.
I liked the second approach, how about patch below ?
If will munge it into original patch.
Looks good, one more nit if you will permit :-)
+int bitmap_copy_to_pagebuf(bool list, const unsigned long *maskp, char *buf)
Maybe s/copy/print/ or something? Its not really a 'copy' as such since
it very much transforms the bitmap.