-
- Downloads
task IO accounting: move all IO statistics in struct task_io_accounting
Simplify the code of include/linux/task_io_accounting.h. It is also more reasonable to have all the task i/o-related statistics in a single struct (task_io_accounting). Signed-off-by:Andrea Righi <righi.andrea@gmail.com> Signed-off-by:
Oleg Nesterov <oleg@tv-sign.ru> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
Showing
- fs/proc/base.c 5 additions, 5 deletionsfs/proc/base.c
- include/linux/sched.h 6 additions, 6 deletionsinclude/linux/sched.h
- include/linux/task_io_accounting.h 2 additions, 15 deletionsinclude/linux/task_io_accounting.h
- include/linux/task_io_accounting_ops.h 24 additions, 24 deletionsinclude/linux/task_io_accounting_ops.h
- kernel/tsacct.c 7 additions, 7 deletionskernel/tsacct.c
Loading
Please register or sign in to comment