X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fllite%2Fllite_lib.c;h=070c225119b2be5266161a50caa043f85a92f329;hb=refs%2Fchanges%2F09%2F46309%2F7;hp=03e9e396c1a3cb61a1a665a9e177c90792dc1874;hpb=509d7305ce8a01351cb77c26aaad078edca0e09c;p=fs%2Flustre-release.git diff --git a/lustre/llite/llite_lib.c b/lustre/llite/llite_lib.c index 03e9e39..070c225 100644 --- a/lustre/llite/llite_lib.c +++ b/lustre/llite/llite_lib.c @@ -178,6 +178,8 @@ static struct ll_sb_info *ll_init_sbi(void) atomic_set(&sbi->ll_sa_wrong, 0); atomic_set(&sbi->ll_sa_running, 0); atomic_set(&sbi->ll_agl_total, 0); + atomic_set(&sbi->ll_sa_hit_total, 0); + atomic_set(&sbi->ll_sa_miss_total, 0); set_bit(LL_SBI_AGL_ENABLED, sbi->ll_flags); set_bit(LL_SBI_FAST_READ, sbi->ll_flags); set_bit(LL_SBI_TINY_WRITE, sbi->ll_flags);