Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 92f778dd authored by Joe Perches's avatar Joe Perches Committed by Linus Torvalds
Browse files

inotify: convert use of typedef ctl_table to struct ctl_table



This typedef is unnecessary and should just be removed.

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent f5102e56
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ static struct kmem_cache *inotify_inode_mark_cachep __read_mostly;

static int zero;

ctl_table inotify_table[] = {
struct ctl_table inotify_table[] = {
	{
		.procname	= "max_user_instances",
		.data		= &inotify_max_user_instances,