From: Jesper Juhl Date: Thu, 13 Jan 2011 01:00:26 +0000 (-0800) Subject: befs: don't pass huge structs by value X-Git-Tag: v2.6.38-rc1~322 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0e3d32bb40d28cf57a6a24e1e1d87ef03b913bd;p=pandora-kernel.git befs: don't pass huge structs by value 'struct befs_disk_data_stream' is huge (~144 bytes) and it's being passed by value in fs/befs/endian.h::cpu_to_fsrun(). It would be better to pass a pointer. Signed-off-by: Jesper Juhl Cc: Will Dyson Cc: Geert Uytterhoeven Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed