summaryrefslogtreecommitdiffstats
path: root/fs/Makefile
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2018-11-01 23:07:23 +0000
committerAl Viro <viro@zeniv.linux.org.uk>2019-01-30 17:44:28 -0500
commitc6b82263f9c6e745eb4c5dfc2578d147c4cd7604 (patch)
treeea5b8ed22b446c4a23f81e07e1d8e23ae7da6702 /fs/Makefile
parentf3a09c92018a91ad0981146a4ac59414f814d801 (diff)
downloadlinux-c6b82263f9c6e745eb4c5dfc2578d147c4cd7604.tar.bz2
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