]> git.baikalelectronics.ru Git - kernel.git/commit
cifs: make fs_context error logging wrapper
authorAurelien Aptel <aaptel@suse.com>
Mon, 1 Mar 2021 18:25:00 +0000 (19:25 +0100)
committerSteve French <stfrench@microsoft.com>
Sun, 25 Apr 2021 21:28:24 +0000 (16:28 -0500)
commit990a4f5a1f405827379939f4cb1732439e1507ab
tree19d653c93a6c819fe428f747d154c941972251b8
parent69ee6f273f4da9fd17165b144a970cb0929ac7d3
cifs: make fs_context error logging wrapper

This new helper will be used in the fs_context mount option parsing
code. It log errors both in:
* the fs_context log queue for userspace to read
* kernel printk buffer (dmesg, old behaviour)

Signed-off-by: Aurelien Aptel <aaptel@suse.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/fs_context.h