From: Ken Chen Date: Thu, 15 Nov 2007 00:59:44 +0000 (-0800) Subject: hugetlb: fix i_blocks accounting X-Git-Tag: v2.6.24-rc3~88 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45c682a68a87251d9a01383ce076ab21ee09812e;p=pandora-kernel.git hugetlb: fix i_blocks accounting For administrative purpose, we want to query actual block usage for hugetlbfs file via fstat. Currently, hugetlbfs always return 0. Fix that up since kernel already has all the information to track it properly. Signed-off-by: Ken Chen Acked-by: Adam Litke Cc: Badari Pulavarty Cc: David Gibson Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed