Hi, On 7/25/2020 9:24 AM, Coly Li wrote:
It is not simple to make dax_supported() from struct dax_operations or __generic_fsdax_supported() to return exact failure type right now. So the simplest fix is to use pr_info() to print all the error messages inside __generic_fsdax_supported(). Then users may find informative clue from the kernel message at least.
I happen to notice that some servers set their printk levels at 4 by default to minimize console messages:
# cat /proc/sys/kernel/printk 4 4 1 7 So I'm wondering if you would consider pr_error() instead of pr_info() ? thanks, -jane _______________________________________________ Linux-nvdimm mailing list -- [email protected] To unsubscribe send an email to [email protected]
