Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 59be7dc9 authored by Tiger Yang's avatar Tiger Yang Committed by Mark Fasheh
Browse files

ocfs2: Fix masklog breakage



Some of the sysfs changes inadvertantly broke the simple runtime debug log
filtering employed in ocfs2. Fix this by properly exporting the masklog
category filter names.

Signed-off-by: default avatarTiger Yang <tiger.yang@oracle.com>
Signed-off-by: default avatarMark Fasheh <mark.fasheh@oracle.com>
parent 5ecd3100
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -144,8 +144,7 @@ static struct kobj_type mlog_ktype = {
};
};


static struct kset mlog_kset = {
static struct kset mlog_kset = {
	.kobj  = {.name = "logmask"},
	.kobj   = {.name = "logmask", .ktype = &mlog_ktype},
	.ktype = &mlog_ktype
};
};


int mlog_sys_init(struct kset *o2cb_subsys)
int mlog_sys_init(struct kset *o2cb_subsys)