diff options
author | Jin Qian <jinqian@google.com> | 2017-03-02 13:32:59 -0800 |
---|---|---|
committer | Jin Qian <jinqian@google.com> | 2017-03-14 13:07:19 -0700 |
commit | a4f5f251e951d2e6f454f82c58e7044f7de87a0d (patch) | |
tree | 3dc2b18a417c71d6b255fe75f6a5e90e42b6059f /include/linux/task_io_accounting_ops.h | |
parent | 5c866b0f8a2ff6d75fece4463fb9162ca43a4a3a (diff) |
ANDROID: sched: add a counter to track fsync
Change-Id: I6c138de5b2332eea70f57e098134d1d141247b3f
Signed-off-by: Jin Qian <jinqian@google.com>
Diffstat (limited to 'include/linux/task_io_accounting_ops.h')
-rw-r--r-- | include/linux/task_io_accounting_ops.h | 1 |
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, dst->wchar += src->wchar; dst->syscr += src->syscr; dst->syscw += src->syscw; + dst->syscfs += src->syscfs; } #else static inline void task_chr_io_accounting_add(struct task_io_accounting *dst, |