From: Jerome Marchand Date: Tue, 23 Oct 2007 13:05:46 +0000 (+0200) Subject: block layer: remove a unused argument of drive_stat_acct() X-Git-Tag: v2.6.24-rc2~103^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b238b3d4be04d3acf1f86ff8ad0b0e803def67ff;p=pandora-kernel.git 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 Signed-off-by: Jens Axboe --- Reading git-diff-tree failed