From: Tejun Heo Date: Wed, 3 Sep 2008 07:01:09 +0000 (+0200) Subject: block: make variable and argument names more consistent X-Git-Tag: v2.6.28-rc1~733^2~98 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf771cb5a7b716f3f9e532fd42a1e3a0a75adec5;p=pandora-kernel.git 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 Signed-off-by: Jens Axboe --- Reading git-diff-tree failed