]> git.karo-electronics.de Git - karo-tx-linux.git/commit
GFS2: Change variable blk to biblk
authorBob Peterson <rpeterso@redhat.com>
Thu, 12 Apr 2012 12:41:43 +0000 (08:41 -0400)
committerSteven Whitehouse <swhiteho@redhat.com>
Thu, 12 Apr 2012 12:42:58 +0000 (13:42 +0100)
commitf2d2be9027bdaaf6870ba65e678525b8bdb48b46
treeb39c3a3cec1dfe71abdcd8bfbf755e3b7f135c2b
parentb7463d8d3df0a5c173d324443fa4898e055ef33e
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 <rpeterso@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/rgrp.c