Re: [PATCH] raid6/algos.c : bug fix : Add the missing definitions to the pq.h file

2016-01-21 Thread Shaohua Li
On Thu, Jan 21, 2016 at 02:02:39PM -0800, Gayatri Kammela wrote: > Adding these pr_info and pr_err definitions so as to allow code to be > compiled successfully for testing in userspace, since the printk has > been replaced by pr_info and pr_err in algos.c > > Absence of these definitions result

[PATCH] raid6/algos.c : bug fix : Add the missing definitions to the pq.h file

2016-01-21 Thread Gayatri Kammela
Adding these pr_info and pr_err definitions so as to allow code to be compiled successfully for testing in userspace, since the printk has been replaced by pr_info and pr_err in algos.c Absence of these definitions result in the compilation errors such as ' undefined reference to `pr_info' ' '

Re: [PATCH] raid6/algos.c : bug fix : Add the missing definitions to the pq.h file

2016-01-21 Thread Shaohua Li
On Thu, Jan 21, 2016 at 02:02:39PM -0800, Gayatri Kammela wrote: > Adding these pr_info and pr_err definitions so as to allow code to be > compiled successfully for testing in userspace, since the printk has > been replaced by pr_info and pr_err in algos.c > > Absence of these definitions result

[PATCH] raid6/algos.c : bug fix : Add the missing definitions to the pq.h file

2016-01-21 Thread Gayatri Kammela
Adding these pr_info and pr_err definitions so as to allow code to be compiled successfully for testing in userspace, since the printk has been replaced by pr_info and pr_err in algos.c Absence of these definitions result in the compilation errors such as ' undefined reference to `pr_info' ' '