From: Bob Peterson Date: Wed, 11 Sep 2013 18:44:02 +0000 (-0500) Subject: GFS2: introduce bi_blocks for optimization X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~55^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e230f5774336c5c180d8aeab0e2cb1326c73fa3;p=pandora-kernel.git GFS2: introduce bi_blocks for optimization This patch introduces a new field in the bitmap structure called bi_blocks. Its purpose is to save us from constantly multiplying bi_len by the constant GFS2_NBBY. It also paves the way for more optimization in a future patch. Signed-off-by: Bob Peterson Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed