X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=fs%2Fxfs%2Fxfs_globals.c;h=4d41b241298fba5031fb93e59e39e209bf36b308;hb=c32809521de5b31699a33379183848b0c7628f28;hp=5399ef222dd738b85d39096ac7db5a39ebb8c359;hpb=e9cf59aeeea49ae84ffcf0e28699b46d705e85f0;p=firefly-linux-kernel-4.4.55.git 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 = { .fstrm_timer = { 1, 30*100, 3600*100}, .eofb_timer = { 1, 300, 3600*24}, }; + +struct xfs_globals xfs_globals = { + .log_recovery_delay = 0, /* no delay by default */ +};