From: Benjamin Marzinski Date: Fri, 10 Jul 2009 23:13:26 +0000 (-0500) Subject: GFS2: Fix incorrent statfs consistency check X-Git-Tag: v2.6.31-rc5~12^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b94617024bd6810cde1d0d491202c30d5a38d91;p=pandora-kernel.git GFS2: Fix incorrent statfs consistency check Since both linked and unlinked inodes are counted by rgd->rd_dinodes, It makes no sense to count them with the used data blocks (first check that I changed), it makes sense to count them with the linked inodes (second check), and it makes no sense to care if there are more unlinked inodes than linked ones. This fixes these errors. Signed-off-by: Benjamin Marzinski Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed