diff options
Diffstat (limited to 'fs/xfs/xfs_globals.c')
-rw-r--r-- | fs/xfs/xfs_globals.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/xfs/xfs_globals.c b/fs/xfs/xfs_globals.c index 5399ef222dd7..4d41b241298f 100644 --- a/fs/xfs/xfs_globals.c +++ b/fs/xfs/xfs_globals.c | |||
@@ -43,3 +43,7 @@ xfs_param_t xfs_params = { | |||
43 | .fstrm_timer = { 1, 30*100, 3600*100}, | 43 | .fstrm_timer = { 1, 30*100, 3600*100}, |
44 | .eofb_timer = { 1, 300, 3600*24}, | 44 | .eofb_timer = { 1, 300, 3600*24}, |
45 | }; | 45 | }; |
46 | |||
47 | struct xfs_globals xfs_globals = { | ||
48 | .log_recovery_delay = 0, /* no delay by default */ | ||
49 | }; | ||