提交 d00d2f8a 编写于 作者: J Joe Perches 提交者: Linus Torvalds

ocfs2: convert use of typedef ctl_table to struct ctl_table

This typedef is unnecessary and should just be removed.
Signed-off-by: NJoe Perches <joe@perches.com>
Cc: Mark Fasheh <mfasheh@suse.com>
Acked-by: NJoel Becker <jlbec@evilplan.org>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 b1214e47
......@@ -643,7 +643,7 @@ static int ocfs2_sysfs_init(void)
#define FS_OCFS2_NM 1
static ctl_table ocfs2_nm_table[] = {
static struct ctl_table ocfs2_nm_table[] = {
{
.procname = "hb_ctl_path",
.data = ocfs2_hb_ctl_path,
......@@ -654,7 +654,7 @@ static ctl_table ocfs2_nm_table[] = {
{ }
};
static ctl_table ocfs2_mod_table[] = {
static struct ctl_table ocfs2_mod_table[] = {
{
.procname = "nm",
.data = NULL,
......@@ -665,7 +665,7 @@ static ctl_table ocfs2_mod_table[] = {
{ }
};
static ctl_table ocfs2_kern_table[] = {
static struct ctl_table ocfs2_kern_table[] = {
{
.procname = "ocfs2",
.data = NULL,
......@@ -676,7 +676,7 @@ static ctl_table ocfs2_kern_table[] = {
{ }
};
static ctl_table ocfs2_root_table[] = {
static struct ctl_table ocfs2_root_table[] = {
{
.procname = "fs",
.data = NULL,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册