aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/cluster/sys.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2008-05-02 13:53:07 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2008-05-02 13:53:07 -0700
commitbe2e88011bd800222bfd7b477c727966f93186a9 (patch)
tree089ab03feb7cfde6a1b548e9de70ee35860d393d /fs/ocfs2/cluster/sys.c
parentd626e3bf728c47746f2129aa00c775d4e8c2a73b (diff)
parent4ba1c5bfd2e5a6c9528eb7777b66c297e70f61ca (diff)
downloadkernel_samsung_aries-be2e88011bd800222bfd7b477c727966f93186a9.zip
kernel_samsung_aries-be2e88011bd800222bfd7b477c727966f93186a9.tar.gz
kernel_samsung_aries-be2e88011bd800222bfd7b477c727966f93186a9.tar.bz2
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2
* 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2: ocfs2: Use GFP_NOFS in kmalloc during localalloc window move ocfs2: Allow uid/gid/perm changes of symlinks ocfs2/dlm: dlmdebug.c: make 2 functions static ocfs2: make struct o2cb_stack_ops static ocfs2: make struct ocfs2_control_device static ocfs2: Correct merge of 52f7c21 (Move /sys/o2cb to /sys/fs/o2cb)
Diffstat (limited to 'fs/ocfs2/cluster/sys.c')
-rw-r--r--fs/ocfs2/cluster/sys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/cluster/sys.c b/fs/ocfs2/cluster/sys.c
index 98429fd..bc702da 100644
--- a/fs/ocfs2/cluster/sys.c
+++ b/fs/ocfs2/cluster/sys.c
@@ -65,7 +65,7 @@ int o2cb_sys_init(void)
{
int ret;
- o2cb_kset = kset_create_and_add("o2cb", NULL, NULL);
+ o2cb_kset = kset_create_and_add("o2cb", NULL, fs_kobj);
if (!o2cb_kset)
return -ENOMEM;