From: David Chinner Date: Tue, 20 May 2008 01:30:15 +0000 (+1000) Subject: [XFS] Fix inode list allocation size in writeback. X-Git-Tag: v2.6.26-rc4~62^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8f5f12e46f079a954d4f7163ba59dadee08ca26;p=pandora-kernel.git [XFS] Fix inode list allocation size in writeback. We only need to allocate space for the number of inodes in the cluster when writing back inodes, not every byte in the inode cluster. This reduces the amount of memory needing to be allocated to 256 bytes instead of 64k. SGI-PV: 981949 SGI-Modid: xfs-linux-melb:xfs-kern:31182a Signed-off-by: David Chinner Signed-off-by: Christoph Hellwig Signed-off-by: Lachlan McIlroy --- Reading git-diff-tree failed