> tmp1 = kmemdup(sb1, MD_SB_GENERIC_CONSTANT_WORDS * sizeof(__u32), > GFP_KERNEL);
Is a function available in the Linux programming interface which would duplicate the beginning of two array elements in a single call directly? Regards, Markus
> tmp1 = kmemdup(sb1, MD_SB_GENERIC_CONSTANT_WORDS * sizeof(__u32), > GFP_KERNEL);
Is a function available in the Linux programming interface which would duplicate the beginning of two array elements in a single call directly? Regards, Markus