From: Bob Peterson Date: Mon, 25 Nov 2013 11:16:25 +0000 (+0000) Subject: GFS2: Implement a "rgrp has no extents longer than X" scheme X-Git-Tag: v3.14-rc1~140^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ea5050cec9c02e86ceb5e707a889003f895a690;p=pandora-kernel.git GFS2: Implement a "rgrp has no extents longer than X" scheme With the preceding patch, we started accepting block reservations smaller than the ideal size, which requires a lot more parsing of the bitmaps. To reduce the amount of bitmap searching, this patch implements a scheme whereby each rgrp keeps track of the point at this multi-block reservations will fail. Signed-off-by: Bob Peterson Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed