Re: [PATCH 01/02] cpuset bitmap and mask remap operators

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Paul Jackson <[email protected]> wrote:
>
>  +#define node_remap(oldbit, old, new) \
>  +		__node_remap((oldbit), &(old), &(new), MAX_NUMNODES)
>  +static inline int __node_remap(int oldbit,
>  +		const nodemask_t *oldp, const nodemask_t *newp, int nbits)
>  +{
>  +	return bitmap_bitremap(oldbit, oldp->bits, newp->bits, nbits);
>  +}

What's the reason for the wrapper macro?

+EXPORT_SYMBOL(bitmap_bitremap);

Is that deliberately not EXPORT_SYMBOL_GPL?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux