Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48379
b: refs/heads/master
c: 0e03036
h: refs/heads/master
i:
  48377: 3b2da75
  48375: 4a17b40
v: v3
  • Loading branch information
Eric W. Biederman authored and Linus Torvalds committed Feb 14, 2007
1 parent 7e50ca9 commit 4f69a99
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4ed075e93bad97d0fdbb8a1be62f2449988496cb
refs/heads/master: 0e03036c97b70b2602f7dedaa3a223ed7563c2c9
4 changes: 2 additions & 2 deletions trunk/fs/ocfs2/cluster/nodemanager.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ static ctl_table ocfs2_nm_table[] = {

static ctl_table ocfs2_mod_table[] = {
{
.ctl_name = KERN_OCFS2_NM,
.ctl_name = FS_OCFS2_NM,
.procname = "nm",
.data = NULL,
.maxlen = 0,
Expand All @@ -67,7 +67,7 @@ static ctl_table ocfs2_mod_table[] = {

static ctl_table ocfs2_kern_table[] = {
{
.ctl_name = KERN_OCFS2,
.ctl_name = FS_OCFS2,
.procname = "ocfs2",
.data = NULL,
.maxlen = 0,
Expand Down
3 changes: 1 addition & 2 deletions trunk/fs/ocfs2/cluster/nodemanager.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
#include <linux/configfs.h>
#include <linux/rbtree.h>

#define KERN_OCFS2 988
#define KERN_OCFS2_NM 1
#define FS_OCFS2_NM 1

const char *o2nm_get_hb_ctl_path(void);

Expand Down
1 change: 1 addition & 0 deletions trunk/include/linux/sysctl.h
Original file line number Diff line number Diff line change
Expand Up @@ -814,6 +814,7 @@ enum
FS_AIO_NR=18, /* current system-wide number of aio requests */
FS_AIO_MAX_NR=19, /* system-wide maximum number of aio requests */
FS_INOTIFY=20, /* inotify submenu */
FS_OCFS2=988, /* ocfs2 */
};

/* /proc/sys/fs/quota/ */
Expand Down

0 comments on commit 4f69a99

Please sign in to comment.