1
0
Fork 0
alistair23-linux/fs/befs
Jesper Juhl e0e3d32bb4 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 <jj@chaosbits.net>
Cc: Will Dyson <will_dyson@pobox.com>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2011-01-13 08:03:15 -08:00
..
ChangeLog Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Kconfig fs/Kconfig: move befs out 2009-01-22 13:15:57 +03:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
TODO Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
befs.h [PATCH] befs: endianness annotations 2006-10-10 16:15:33 -07:00
befs_fs_types.h befs: annotate fs32 on tests for superblock endianness 2008-10-16 11:21:46 -07:00
btree.c fs/: Spelling fixes 2008-02-03 17:33:42 +02:00
btree.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
datastream.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
datastream.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
debug.c kmemtrace, befs: fix slab.h dependency problem 2009-04-03 12:21:33 +02:00
endian.h befs: don't pass huge structs by value 2011-01-13 08:03:15 -08:00
inode.c [PATCH] befs: prepare to sanitizing headers 2006-10-10 16:15:33 -07:00
inode.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
io.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
io.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
linuxvfs.c befs: don't pass huge structs by value 2011-01-13 08:03:15 -08:00
super.c befs: fix build on parisc 2009-04-08 10:21:43 -07:00
super.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00