fs: convert use of typedef ctl_table to struct ctl_table

This typedef is unnecessary and should just be removed.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
这个提交包含在:
Joe Perches
2014-06-06 14:38:05 -07:00
提交者 Linus Torvalds
父节点 5eccdf3954
当前提交 1f7e0616cd
修改 5 个文件,包含 6 行新增6 行删除

查看文件

@@ -50,7 +50,7 @@ static void drop_slab(void)
} while (nr_objects > 10);
}
int drop_caches_sysctl_handler(ctl_table *table, int write,
int drop_caches_sysctl_handler(struct ctl_table *table, int write,
void __user *buffer, size_t *length, loff_t *ppos)
{
int ret;