1
linux/fs/jfs
Arjan van de Ven 92e1d5be91 [PATCH] mark struct inode_operations const 2
Many struct inode_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:46 -08:00
..
acl.c
endian24.h
file.c [PATCH] mark struct inode_operations const 2 2007-02-12 09:48:46 -08:00
inode.c JFS: Add lockdep annotations 2007-01-09 14:14:48 -06:00
ioctl.c
jfs_acl.h
jfs_btree.h
jfs_debug.c
jfs_debug.h JFS: Remove incorrect kgdb define 2007-01-26 10:14:36 -06:00
jfs_dinode.h
jfs_dmap.c JFS: Add lockdep annotations 2007-01-09 14:14:48 -06:00
jfs_dmap.h
jfs_dtree.c
jfs_dtree.h
jfs_extent.c
jfs_extent.h
jfs_filsys.h
jfs_imap.c JFS: Add lockdep annotations 2007-01-09 14:14:48 -06:00
jfs_imap.h
jfs_incore.h JFS: Add lockdep annotations 2007-01-09 14:14:48 -06:00
jfs_inode.c
jfs_inode.h [PATCH] mark struct inode_operations const 2 2007-02-12 09:48:46 -08:00
jfs_lock.h JFS: call io_schedule() instead of schedule() to avoid deadlock 2007-01-17 21:18:35 -06:00
jfs_logmgr.c
jfs_logmgr.h
jfs_metapage.c JFS: call io_schedule() instead of schedule() to avoid deadlock 2007-01-17 21:18:35 -06:00
jfs_metapage.h
jfs_mount.c
jfs_superblock.h
jfs_txnmgr.c JFS: call io_schedule() instead of schedule() to avoid deadlock 2007-01-17 21:18:35 -06:00
jfs_txnmgr.h
jfs_types.h
jfs_umount.c
jfs_unicode.c
jfs_unicode.h
jfs_uniupr.c
jfs_xattr.h
jfs_xtree.c
jfs_xtree.h
Makefile
namei.c [PATCH] mark struct inode_operations const 2 2007-02-12 09:48:46 -08:00
resize.c
super.c
symlink.c [PATCH] mark struct inode_operations const 2 2007-02-12 09:48:46 -08:00
xattr.c