From: Bob Peterson Date: Tue, 24 Jul 2007 19:09:32 +0000 (-0500) Subject: [GFS2] Prevent infinite loop in try_rgrp_unlink() X-Git-Tag: v2.6.24-rc1~1405^2~43 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6760bdcd03a12d7d082794311ccbaf44bfc23b06;p=pandora-kernel.git [GFS2] Prevent infinite loop in try_rgrp_unlink() This is patch three of five for bug #248176. The try_rgrp_unlink code in rgrp.c had an infinite loop. This was caused because the bitmap function rgblk_search can return a block less than the "goal" block, in which case it was looping. The fix is to make it always march forward as needed. Signed-off-by: Bob Peterson Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed