From: Bob Peterson Date: Thu, 12 Apr 2012 12:41:43 +0000 (-0400) Subject: GFS2: Change variable blk to biblk X-Git-Tag: v3.5-rc1~168^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9598d25ed9b2fc0c36ed47e759c998303fd89503;p=pandora-kernel.git GFS2: Change variable blk to biblk In the resource group code, we have no less than three different kinds of block references: block relative to the file system (u64), block relative to the rgrp (u32), and block relative to the bitmap. This is a small step to making the code more readable; it renames variable blk to biblk to solidify in my mind that it's relative to the bitmap and nothing else. Signed-off-by: Bob Peterson Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed