diff options
author | David Howells <dhowells@redhat.com> | 2018-11-02 02:07:23 +0300 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2019-01-31 01:44:28 +0300 |
commit | c6b82263f9c6e745eb4c5dfc2578d147c4cd7604 (patch) | |
tree | ea5b8ed22b446c4a23f81e07e1d8e23ae7da6702 /fs/Makefile | |
parent | f3a09c92018a91ad0981146a4ac59414f814d801 (diff) | |
download | linux-c6b82263f9c6e745eb4c5dfc2578d147c4cd7604.tar.xz |
vfs: Introduce logging functions
Introduce a set of logging functions through which informational messages,
warnings and error messages incurred by the mount procedure can be logged
and, in a future patch, passed to userspace instead by way of the
filesystem configuration context file descriptor.
There are four functions:
(1) infof(const char *fmt, ...);
Logs an informational message.
(2) warnf(const char *fmt, ...);
Logs a warning message.
(3) errorf(const char *fmt, ...);
Logs an error message.
(4) invalf(const char *fmt, ...);
As errof(), but returns -EINVAL so can be used on a return statement.
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/Makefile')
0 files changed, 0 insertions, 0 deletions