]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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>
Thu, 27 Oct 2011 08:08:08 +0000 (09:08 +0100)
commit88269a64f379a0c1cca8475864ab849155ee3ae1
treea5bfd465f747f43826895b1ad0f2f8ddba3236a1
parentacf41b442412661ae12fdcf09ef0410d222bcd81
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