block layer: remove a unused argument of drive_stat_acct()
authorJerome Marchand <jmarchan@redhat.com>
Tue, 23 Oct 2007 13:05:46 +0000 (15:05 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 29 Oct 2007 10:33:05 +0000 (11:33 +0100)
commitb238b3d4be04d3acf1f86ff8ad0b0e803def67ff
treee1af361f05bdbed9d78553e3b3f5410b7f5eff87
parent2a397e82c7db18019e408f953dd58dc1963a328c
block layer: remove a unused argument of drive_stat_acct()

The nr_sector argument of drive_stat_acct() is not used anymore since the read and write sectors statistics are now updated in end_that_request_first(). This patch removes the useless argument.

Signed-off-by: Jerome Marchand <jmarchan@redhat.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
block/ll_rw_blk.c