Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

inotify: 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>

authored by

Joe Perches and committed by
Linus Torvalds
92f778dd f5102e56

+1 -1
+1 -1
fs/notify/inotify/inotify_user.c
··· 57 57 58 58 static int zero; 59 59 60 - ctl_table inotify_table[] = { 60 + struct ctl_table inotify_table[] = { 61 61 { 62 62 .procname = "max_user_instances", 63 63 .data = &inotify_max_user_instances,