|
@@ -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,
|
|
@@ -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,
|