dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/s390/hypfs
Arjan van de Ven 5dfe4c964a [PATCH] mark struct file_operations const 2
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.

[akpm@osdl.org: sparc64 fix]
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:44 -08:00
..
Makefile [S390] Hypervisor filesystem (s390_hypfs) for z/VM 2007-02-05 21:18:29 +01:00
hypfs.h [S390] Hypervisor filesystem (s390_hypfs) for z/VM 2007-02-05 21:18:29 +01:00
hypfs_diag.c [S390] hypfs fixes 2006-12-15 17:18:10 +01:00
hypfs_vm.c [S390] Hypervisor filesystem (s390_hypfs) for z/VM 2007-02-05 21:18:29 +01:00
inode.c [PATCH] mark struct file_operations const 2 2007-02-12 09:48:44 -08:00