linux/drivers/net/bonding
Arjan van de Ven d54b1fdb1d [PATCH] mark struct file_operations const 5
Many struct file_operations in the kernel can be "const".  Marking them const
moves these to the .rodata section, which avoids false sharing with potential
dirty data.  In addition it'll catch accidental writes at compile time to
these shared resources.

Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-02-12 09:48:45 -08:00
..
Makefile [PATCH] bonding: add sysfs functionality to bonding (large) 2005-11-13 14:48:21 -05:00
bond_3ad.c [PATCH] bonding: Don't mangle LACPDUs 2006-09-25 20:08:09 -04:00
bond_3ad.h [PATCH] bonding: support carrier state for master 2006-03-29 17:34:02 -05:00
bond_alb.c [BONDING]: Replace kmalloc() + memset() pairs with the appropriate kzalloc() calls 2007-02-08 12:38:59 -08:00
bond_alb.h [bonding] Remove superfluous changelog. 2005-11-28 13:54:22 -05:00
bond_main.c [PATCH] mark struct file_operations const 5 2007-02-12 09:48:45 -08:00
bond_sysfs.c Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 2007-02-07 19:22:26 -08:00
bonding.h bonding: update version 2007-02-05 16:58:47 -05:00