Skip to content
Snippets Groups Projects
Commit e072febf authored by huanghua's avatar huanghua
Browse files

Branch HEAD

b=17192
i=robert.read
i=adilger

clear the proc stats counter. This value might be used later again.
parent f9090645
No related merge requests found
...@@ -1417,6 +1417,7 @@ void lprocfs_free_md_stats(struct obd_device *obd) ...@@ -1417,6 +1417,7 @@ void lprocfs_free_md_stats(struct obd_device *obd)
if (stats != NULL) { if (stats != NULL) {
obd->md_stats = NULL; obd->md_stats = NULL;
obd->md_cntr_base = 0;
lprocfs_free_stats(&stats); lprocfs_free_stats(&stats);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment