--- zzzz-none-000/linux-3.10.107/fs/xfs/xfs_sysctl.h 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/fs/xfs/xfs_sysctl.h 2021-02-04 17:41:59.000000000 +0000 @@ -92,6 +92,11 @@ extern xfs_param_t xfs_params; +struct xfs_globals { + int log_recovery_delay; /* log recovery delay (secs) */ +}; +extern struct xfs_globals xfs_globals; + #ifdef CONFIG_SYSCTL extern int xfs_sysctl_register(void); extern void xfs_sysctl_unregister(void);