]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit04aad3f7d139cae4fd761142323f1a0d240d9ea7
treea465d65ede69b21f1720f174516cd29b3cb0a5ce
parentccac97cb617524b5b7b660635c714dca7c8f2c70
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