From: Christoph Hellwig Date: Sun, 30 Oct 2005 01:16:42 +0000 (-0700) Subject: [PATCH] hugetlbfs: move free_inodes accounting X-Git-Tag: v2.6.15-rc1~730^2^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96527980d4cb8f65fe49efdbc4ab92c0837d42f6;p=pandora-kernel.git [PATCH] hugetlbfs: move free_inodes accounting Move hugetlbfs accounting into ->alloc_inode / ->destroy_inode. This keeps the code simpler, fixes a loeak where a failing inode allocation wouldn't decrement the counter and moves hugetlbfs_delete_inode and hugetlbfs_forget_inode closer to their generic counterparts. Signed-off-by: Christoph Hellwig Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed