task IO accounting: move all IO statistics in struct task_io_accounting
authorAndrea Righi <righi.andrea@gmail.com>
Sun, 27 Jul 2008 22:48:12 +0000 (00:48 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 27 Jul 2008 23:12:28 +0000 (16:12 -0700)
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>

No differences found