Re: [Cluster-devel] [GFS2] [Patch 3/10] Run through full bitmaps quicker in gfs2_bitfit

2007-12-12 Thread Bob Peterson
On Wed, 2007-12-12 at 11:07 +, Steven Whitehouse wrote: Hi, fs/gfs2/rgrp.c: In function ‘gfs2_bitfit’: fs/gfs2/rgrp.c:139: warning: assignment from incompatible pointer type Please can you send me a fix for the above. Thanks, Steve. Hi, Sorry about that. Here is a replacement for

[Cluster-devel] [GFS2] [Patch 3/10] Run through full bitmaps quicker in gfs2_bitfit

2007-12-11 Thread Bob Peterson
Hi, I eliminated the passing of an unused parameter into gfs2_bitfit called rgd. This also changes the gfs2_bitfit code that searches for free (or used) blocks. Before, the code was trying to check for bytes that indicated 4 blocks in the undesired state. The problem is, it was spending more