Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=59be7dc97bacc0fd8e22f0be6e2aebb5c9b4ff47
Commit:     59be7dc97bacc0fd8e22f0be6e2aebb5c9b4ff47
Parent:     5ecd3100e695228ac5e0ce0e325e252c0f11806f
Author:     Tiger Yang <[EMAIL PROTECTED]>
AuthorDate: Mon Jun 4 10:31:08 2007 +0800
Committer:  Mark Fasheh <[EMAIL PROTECTED]>
CommitDate: Wed Jun 6 16:41:08 2007 -0700

    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: Tiger Yang <[EMAIL PROTECTED]>
    Signed-off-by: Mark Fasheh <[EMAIL PROTECTED]>
---
 fs/ocfs2/cluster/masklog.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/fs/ocfs2/cluster/masklog.c b/fs/ocfs2/cluster/masklog.c
index a93620c..2b205f5 100644
--- a/fs/ocfs2/cluster/masklog.c
+++ b/fs/ocfs2/cluster/masklog.c
@@ -144,8 +144,7 @@ static struct kobj_type mlog_ktype = {
 };
 
 static struct kset mlog_kset = {
-       .kobj  = {.name = "logmask"},
-       .ktype = &mlog_ktype
+       .kobj   = {.name = "logmask", .ktype = &mlog_ktype},
 };
 
 int mlog_sys_init(struct kset *o2cb_subsys)
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to