]> git.baikalelectronics.ru Git - kernel.git/commit
ocfs2: convert use of typedef ctl_table to struct ctl_table
authorJoe Perches <joe@perches.com>
Tue, 12 Nov 2013 23:07:07 +0000 (15:07 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 13 Nov 2013 03:09:02 +0000 (12:09 +0900)
commitf683851a57d596f26442f5deacab3c07ea1d26e4
tree9d77d07f94482a6339b9195f3402b89c5e457e36
parent8deaa1e9daf51d5cbcf1f4889f9db4fa6f93b4c6
ocfs2: 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>
Cc: Mark Fasheh <mfasheh@suse.com>
Acked-by: Joel Becker <jlbec@evilplan.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/ocfs2/stackglue.c