In net/sunrpc/cache.c line 416 or so (function cache_clean()) there's this bit: else { current_index = 0; current_detail->nextcheck = seconds_since_boot()+30*60; } The other uses of seconds_since_boot() add CACHE_NEW_EXPIRY (which is 120). This is A) more than ten times that, B) a magic inline constant. Is there a reason for this? (Some subtle cache lifetime balancing thing?) Rob -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html