X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Flinux%2Ftask_io_accounting.h;h=2dd338fdf8815144554d61794ab823e8fbb9f388;hb=e8b7cbd64ac23c3f780a52bccd24d0bc5b91f76f;hp=bdf855c2856fb2905837d72296394e30d6354ad4;hpb=24924f884cd36603615ea5496244e542b0b513c6;p=firefly-linux-kernel-4.4.55.git diff --git a/include/linux/task_io_accounting.h b/include/linux/task_io_accounting.h index bdf855c2856f..2dd338fdf881 100644 --- a/include/linux/task_io_accounting.h +++ b/include/linux/task_io_accounting.h @@ -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