xfs: Convert use of typedef ctl_table to struct ctl_table
authorJoe Perches <joe@perches.com>
Fri, 14 Jun 2013 02:37:50 +0000 (19:37 -0700)
committerBen Myers <bpm@sgi.com>
Mon, 17 Jun 2013 22:42:25 +0000 (17:42 -0500)
commitb2410e92b70507e054deb6cdb605ee1d61fc7c95
treea465d65ede69b21f1720f174516cd29b3cb0a5ce
parent9222a9cf86c0d64ffbedf567412b55da18763aa3
xfs: 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>
Acked-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Ben Myers <bpm@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/xfs_sysctl.c