GFS2: Remove obsolete assert
authorSteven Whitehouse <swhiteho@redhat.com>
Thu, 1 Sep 2011 15:36:44 +0000 (16:36 +0100)
committerSteven Whitehouse <swhiteho@redhat.com>
Fri, 21 Oct 2011 11:39:36 +0000 (12:39 +0100)
commit534029e2fd06ac9a5a1b33b2735e3ac3242adb29
tree601705fb117963ae27a18f4c27d7de6ac83675b5
parent54335b1fca27b84baa75b1f45985d98262003837
GFS2: Remove obsolete assert

Given that a resource group has been locked, there is no reason why
we should not be able to allocate as many blocks as are free. The
al_requested parameter should really be considered as a minimum
number of blocks to be available. Should this limit be overshot,
there are other mechanisms which will prevent over allocation.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/rgrp.c