From: Benjamin LaHaise Date: Thu, 7 Dec 2006 04:40:45 +0000 (-0800) Subject: [PATCH] aio: remove ki_retried debugging member X-Git-Tag: v2.6.20-rc1~145^2^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97d2a80584b30b5cd32da411deca1986ef61877a;p=pandora-kernel.git [PATCH] aio: remove ki_retried debugging member Remove the ki_retried member from struct kiocb. I think the idea was bounced around a while back, but Arnaldo pointed out another reason that we should dig it up when he pointed out that the last cacheline of struct kiocb only contains 4 bytes. By removing the debugging member, we save more than the 8 byte on 64 bit machines. Signed-off-by: Benjamin LaHaise Acked-by: Ken Chen Acked-by: Zach Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed