Explorar o código

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>
Joe Perches %!s(int64=11) %!d(string=hai) anos
pai
achega
92f778dd5d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      fs/notify/inotify/inotify_user.c

+ 1 - 1
fs/notify/inotify/inotify_user.c

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