]> Pileus Git - ~andy/linux/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)
commitd00d2f8ab9f20f8e6a0fc3804847b418498d80b8
tree9d77d07f94482a6339b9195f3402b89c5e457e36
parentb1214e4757b7d5fcea483b927e130361d41430a5
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