X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fosp%2Fosp_sync.c;h=1e82b9cbd1c6061d4b1a8c88cc1ea468a83b7bb1;hp=6e430f88d9c8d164059c85a7bc304e7e9f42fb55;hb=5c883ea2748ae9e430a9cd863a9b630b2a74440a;hpb=f2d06d3c76a1d69447e7bd6fd29d8165be558d73 diff --git a/lustre/osp/osp_sync.c b/lustre/osp/osp_sync.c index 6e430f8..1e82b9c 100644 --- a/lustre/osp/osp_sync.c +++ b/lustre/osp/osp_sync.c @@ -1295,7 +1295,7 @@ next: rc = llog_cleanup(&env, ctxt); if (rc) GOTO(out, rc); - schedule_timeout_interruptible(HZ * 5); + schedule_timeout_interruptible(cfs_time_seconds(5)); goto again; }