From: Alexey Dobriyan Date: Sat, 10 Feb 2007 09:46:45 +0000 (-0800) Subject: [PATCH] ifdef ->rchar, ->wchar, ->syscr, ->syscw from task_struct X-Git-Tag: v2.6.21-rc1~274^2~245 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b98d11b40f03382918796f3c5c936d5495d20a4;p=pandora-kernel.git [PATCH] ifdef ->rchar, ->wchar, ->syscr, ->syscw from task_struct They are fat: 4x8 bytes in task_struct. They are uncoditionally updated in every fork, read, write and sendfile. They are used only if you have some "extended acct fields feature". And please, please, please, read(2) knows about bytes, not characters, why it is called "rchar"? Signed-off-by: Alexey Dobriyan Cc: Jay Lan Cc: Balbir Singh Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed