From: Eric Sandeen Date: Thu, 28 Jun 2007 06:43:30 +0000 (+1000) Subject: [XFS] Kill off xfs_count_bits X-Git-Tag: v2.6.23-rc1~1056^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24ad33ff714bd117cab30e71e2ad41e4e1185108;p=pandora-kernel.git [XFS] Kill off xfs_count_bits xfs_count_bits is only called once, and is then compared to 0. IOW, what it really wants to know is, is the bitmap empty. This can be done more simply, certainly. SGI-PV: 966503 SGI-Modid: xfs-linux-melb:xfs-kern:28944a Signed-off-by: Eric Sandeen Signed-off-by: David Chinner Signed-off-by: Tim Shimmin --- Reading git-diff-tree failed