commit | 42dad7647aec49b3ad20dd0cb832b232a6ae514f | [log] [tgz] |
---|---|---|
author | Jerome Marchand <jmarchan@redhat.com> | Wed Apr 22 14:01:49 2009 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Fri Apr 24 08:54:21 2009 +0200 |
tree | b70d4cb7706f2647e65426e24f078ddf14d6e139 | |
parent | 097102c2d04974bdfcfa16a5f3062d499842139c [diff] |
block: simplify I/O stat accounting This simplifies I/O stat accounting switching code and separates it completely from I/O scheduler switch code. Requests are accounted according to the state of their request queue at the time of the request allocation. There is no need anymore to flush the request queue when switching I/O accounting state. Signed-off-by: Jerome Marchand <jmarchan@redhat.com> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>