]> git.karo-electronics.de Git - karo-tx-linux.git/commit
GFS2: Use variable rather than qa to determine if unstuff necessary
authorBob Peterson <rpeterso@redhat.com>
Thu, 12 Apr 2012 13:19:30 +0000 (09:19 -0400)
committerSteven Whitehouse <swhiteho@redhat.com>
Thu, 12 Apr 2012 13:02:20 +0000 (14:02 +0100)
commitc9b17f70b67bf3870611d979a80a0717facf038e
tree2df1ec0cf75d42504b827235f957ddf2ab7837ca
parentf2d2be9027bdaaf6870ba65e678525b8bdb48b46
GFS2: Use variable rather than qa to determine if unstuff necessary

In the future, the qadata structure will be eliminated and merged
back in with the block reservation structure, after we extend the
lifespan of that. This patch is a step forward in eliminating the
qadata structure. It adds a variable to the do_grow function to
determine when unstuffing is necessary, and has been done.

Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/bmap.c