]> git.kernelconcepts.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>
Tue, 24 Apr 2012 15:44:33 +0000 (16:44 +0100)
commit2f7ee358e5a0fedcb45c64bd83dad9dc9a212508
treee164ccdd0ed95390bbdd2df8d5382303e307a77c
parent9598d25ed9b2fc0c36ed47e759c998303fd89503
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