pr
#undef pr
#define pr(fmt, args...) pr_info("raid6test: " fmt, ##args)
#define pr(fmt, ...) pr_N(1, pr_fmt(fmt), ##__VA_ARGS__)