]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - fs/xfs/xfs_stats.c
perf/x86/amd: Update generic hardware cache events for Family 17h
[mirror_ubuntu-bionic-kernel.git] / fs / xfs / xfs_stats.c
index 056e12b421ebc14b418b0e25250f61f87461fe4d..73b25353280b6e3473dbfc0dc7e169d6d8d1a158 100644 (file)
@@ -142,7 +142,7 @@ static int xqmstat_proc_show(struct seq_file *m, void *v)
        int j;
 
        seq_printf(m, "qm");
-       for (j = XFSSTAT_END_IBT_V2; j < XFSSTAT_END_XQMSTAT; j++)
+       for (j = XFSSTAT_END_REFCOUNT; j < XFSSTAT_END_XQMSTAT; j++)
                seq_printf(m, " %u", counter_val(xfsstats.xs_stats, j));
        seq_putc(m, '\n');
        return 0;