raid6/algos.c : bug fix : Add the missing definitions to the pq.h file
authorGayatri Kammela <gayatri.kammela@intel.com>
Thu, 21 Jan 2016 22:02:39 +0000 (14:02 -0800)
committerShaohua Li <shli@fb.com>
Thu, 21 Jan 2016 22:47:08 +0000 (14:47 -0800)
commit6a84f57241e1fb9fb6772256f538d1073359a32d
treeb3620f5cba035e2a6616bc79d959a77e7ec18a80
parentc2f662ebb69fb48bf62881a456aa7fa53e38d771
raid6/algos.c : bug fix : Add the missing definitions to the pq.h file

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' ' ' undefined reference to
`pr_err' '

Cc: NeilBrown <neilb@suse.com>
Cc: Anton Blanchard <anton@samba.org>
Cc: Fenghua Yu <fenghua.yu@intel.com>
Signed-off-by: Gayatri Kammela <gayatri.kammela@intel.com>
Signed-off-by: Shaohua Li <shli@fb.com>
include/linux/raid/pq.h
This page took 0.024922 seconds and 5 git commands to generate.