aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/task_io_accounting_ops.h')
-rw-r--r--include/linux/task_io_accounting_ops.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/task_io_accounting_ops.h b/include/linux/task_io_accounting_ops.h
index 4d090f9ee608..1b505c804af3 100644
--- a/include/linux/task_io_accounting_ops.h
+++ b/include/linux/task_io_accounting_ops.h
@@ -96,6 +96,7 @@ static inline void task_chr_io_accounting_add(struct task_io_accounting *dst,
96 dst->wchar += src->wchar; 96 dst->wchar += src->wchar;
97 dst->syscr += src->syscr; 97 dst->syscr += src->syscr;
98 dst->syscw += src->syscw; 98 dst->syscw += src->syscw;
99 dst->syscfs += src->syscfs;
99} 100}
100#else 101#else
101static inline void task_chr_io_accounting_add(struct task_io_accounting *dst, 102static inline void task_chr_io_accounting_add(struct task_io_accounting *dst,