From: Tao Ma Date: Thu, 22 Apr 2010 06:09:15 +0000 (+0800) Subject: ocfs2: Some tiny bug fixes for discontiguous block allocation. X-Git-Tag: v2.6.35-rc1~469^2~4^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4711954eaa8d30f653fda238cecf919f1ae40d6f;p=pandora-kernel.git ocfs2: Some tiny bug fixes for discontiguous block allocation. The fixes include: 1. some endian problems. 2. we should use bit/bpc in ocfs2_block_group_grow_discontig to allocate clusters. 3. set num_clusters properly in __ocfs2_claim_clusters. 4. change name from ocfs2_supports_discontig_bh to ocfs2_supports_discontig_bg. Signed-off-by: Tao Ma --- Reading git-diff-tree failed