block: make variable and argument names more consistent
authorTejun Heo <tj@kernel.org>
Wed, 3 Sep 2008 07:01:09 +0000 (09:01 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 9 Oct 2008 06:56:05 +0000 (08:56 +0200)
commitcf771cb5a7b716f3f9e532fd42a1e3a0a75adec5
treec16cf6adc4d2e51eaee77088ecf126b721f8f3c7
parent310a2c1012934f590192377f65940cad4aa72b15
block: make variable and argument names more consistent

In hd_struct, @partno is used to denote partition number and a number
of other places use @part to denote hd_struct.  Functions use @part
and @index instead.  This causes confusion and makes it difficult to
use consistent variable names for hd_struct.  Always use @partno if a
variable represents partition number.

Also, print out functions use @f or @part for seq_file argument.  Use
@seqf uniformly instead.

Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
block/genhd.c
block/ioctl.c
fs/block_dev.c
fs/partitions/check.c
include/linux/genhd.h