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/net/sunrpc
Arjan van de Ven da7071d7e3 [PATCH] mark struct file_operations const 8
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:46 -08:00
..
auth_gss [NET] SUNRPC: Fix whitespace errors. 2007-02-10 23:20:13 -08:00
Makefile [PATCH] RPC: introduce client-side transport switch 2005-09-23 12:38:12 -04:00
auth.c [NET] SUNRPC: Fix whitespace errors. 2007-02-10 23:20:13 -08:00
auth_null.c [SUNRPC]: trivial endianness annotations 2006-09-28 18:01:21 -07:00
auth_unix.c [SUNRPC]: trivial endianness annotations 2006-09-28 18:01:21 -07:00
cache.c [PATCH] mark struct file_operations const 8 2007-02-12 09:48:46 -08:00
clnt.c [NET] SUNRPC: Fix whitespace errors. 2007-02-10 23:20:13 -08:00
pmap_clnt.c [NET] SUNRPC: Fix whitespace errors. 2007-02-10 23:20:13 -08:00
rpc_pipe.c [PATCH] mark struct file_operations const 8 2007-02-12 09:48:46 -08:00
sched.c [NET] SUNRPC: Fix whitespace errors. 2007-02-10 23:20:13 -08:00
socklib.c SUNRPC: Rename skb_reader_t and friends 2006-12-06 10:46:52 -05:00
stats.c [PATCH] mark struct file_operations const 8 2007-02-12 09:48:46 -08:00
sunrpc_syms.c SUNRPC: create stubs for xprtsock init and cleanup 2006-12-06 10:46:53 -05:00
svc.c [NET] SUNRPC: Fix whitespace errors. 2007-02-10 23:20:13 -08:00
svcauth.c [NET] SUNRPC: Fix whitespace errors. 2007-02-10 23:20:13 -08:00
svcauth_unix.c [PATCH] knfsd: SUNRPC: Provide room in svc_rqst for larger addresses 2007-02-12 09:48:36 -08:00
svcsock.c [PATCH] knfsd: SUNRPC: fix up svc_create_socket() to take a sockaddr struct + length 2007-02-12 09:48:36 -08:00
sysctl.c [NET] SUNRPC: Fix whitespace errors. 2007-02-10 23:20:13 -08:00
timer.c SUNRPC: remove extraneous header inclusions 2006-09-22 23:24:47 -04:00
xdr.c [NET] SUNRPC: Fix whitespace errors. 2007-02-10 23:20:13 -08:00
xprt.c [NET] SUNRPC: Fix whitespace errors. 2007-02-10 23:20:13 -08:00
xprtsock.c Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linus 2006-12-07 16:35:17 -05:00