mds: drop old thrash_exports time limit

This commit is contained in:
Sage Weil 2010-08-20 09:57:07 -07:00
parent cfdc5f0ef2
commit f669adb0ab

View File

@ -1520,9 +1520,9 @@ do { \
utime_t now = g_clock.now();
if (start == utime_t())
start = now;
double el = now - start;
/*double el = now - start;
if (el > 30.0 &&
el < 60.0)
el < 60.0)*/
for (int i=0; i<g_conf.mds_thrash_exports; i++) {
set<int> s;
if (!is_active()) break;