--- linux.orig/fs/xfs/linux/xfs_globals.c Sun Jun 22 20:00:02 2003 +++ linux/fs/xfs/linux/xfs_globals.c Fri Jun 27 23:59:20 2003 @@ -50,7 +50,17 @@ * Tunable XFS parameters. xfs_params is required even when CONFIG_SYSCTL=n, * other XFS code uses these values. */ -xfs_param_t xfs_params = { 128, 32, 0, 1, 0, 0, 3, 30 * HZ, 0 }; +xfs_param_t xfs_params = { + refcache_size: 128, + refcache_purge: 32, + restrict_chown: 1, + sgid_inherit: 0, + symlink_mode: 0, + panic_mask: 0, + error_level: 3, + sync_interval: 30 * HZ, + stats_clear: 0, +}; /* * Global system credential structure.