From: Eric W. Biederman Signed-off-by: Eric W. Biederman Cc: David Chinner Signed-off-by: Andrew Morton --- fs/xfs/linux-2.6/xfs_sysctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN fs/xfs/linux-2.6/xfs_sysctl.c~sysctl-xfs-remove-unnecessary-insert_at_head-flag fs/xfs/linux-2.6/xfs_sysctl.c --- a/fs/xfs/linux-2.6/xfs_sysctl.c~sysctl-xfs-remove-unnecessary-insert_at_head-flag +++ a/fs/xfs/linux-2.6/xfs_sysctl.c @@ -149,7 +149,7 @@ STATIC ctl_table xfs_root_table[] = { void xfs_sysctl_register(void) { - xfs_table_header = register_sysctl_table(xfs_root_table, 1); + xfs_table_header = register_sysctl_table(xfs_root_table, 0); } void _