watchdog: dw_wdt: fix overflow issue in dw_wdt_top_in_seconds
[firefly-linux-kernel-4.4.55.git] / include / linux / task_io_accounting.h
index bdf855c2856fb2905837d72296394e30d6354ad4..2dd338fdf8815144554d61794ab823e8fbb9f388 100644 (file)
@@ -18,6 +18,8 @@ struct task_io_accounting {
        u64 syscr;
        /* # of write syscalls */
        u64 syscw;
+       /* # of fsync syscalls */
+       u64 syscfs;
 #endif /* CONFIG_TASK_XACCT */
 
 #ifdef CONFIG_TASK_IO_ACCOUNTING