aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2019-12-20 23:43:32 -0500
committerAl Viro <viro@zeniv.linux.org.uk>2020-02-07 14:48:32 -0500
commit3fbb8d5554a1481d9c5f54ee7dc59f416650efb1 (patch)
treed7506d2e2e3e4c04212ec700ddc61561497e581d /drivers
parentteach logfc() to handle prefices, give it saner calling conventions (diff)
downloadlinux-dev-3fbb8d5554a1481d9c5f54ee7dc59f416650efb1.tar.xz
linux-dev-3fbb8d5554a1481d9c5f54ee7dc59f416650efb1.zip
struct p_log, variants of warnf() et.al. taking that one instead
primitives for prefixed logging Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/block/rbd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/block/rbd.c b/drivers/block/rbd.c
index 9fc686be81ca..1dd758e8f955 100644
--- a/drivers/block/rbd.c
+++ b/drivers/block/rbd.c
@@ -6353,6 +6353,7 @@ static int rbd_parse_param(struct fs_parameter *param,
{
struct rbd_options *opt = pctx->opts;
struct fs_parse_result result;
+ struct p_log log = {.prefix = "rbd"};
int token, ret;
ret = ceph_parse_param(param, pctx->copts, NULL);