Rolf Eike Beer wrote:
-/* FIX ME */
- /*hs->SecondsSinceLastReset = (jiffies - lpfc_loadtime) / HZ;*/
+ hs->seconds_since_last_reset = (jiffies - psli->stats_start) / HZ;
Wraparound?
Ok - we should probably calculate it based on gettimeofday(). I'll update
and repost.
+ memset(pmboxq, 0, sizeof (LPFC_MBOXQ_t));
^
No space here.
Will include this too...
-- james
-
: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html