3cf01f28c3
coda: remove statistics counters from /proc/fs/coda
...
Similar information can easily be obtained with strace -c.
Signed-off-by: Jan Harkes <jaharkes@cs.cmu.edu >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2007-07-19 10:04:48 -07:00
0b4d414714
[PATCH] sysctl: remove insert_at_head from register_sysctl
...
The semantic effect of insert_at_head is that it would allow new registered
sysctl entries to override existing sysctl entries of the same name. Which is
pain for caching and the proc interface never implemented.
I have done an audit and discovered that none of the current users of
register_sysctl care as (excpet for directories) they do not register
duplicate sysctl entries.
So this patch simply removes the support for overriding existing entries in
the sys_sysctl interface since no one uses it or cares and it makes future
enhancments harder.
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com >
Acked-by: Ralf Baechle <ralf@linux-mips.org >
Acked-by: Martin Schwidefsky <schwidefsky@de.ibm.com >
Cc: Russell King <rmk@arm.linux.org.uk >
Cc: David Howells <dhowells@redhat.com >
Cc: "Luck, Tony" <tony.luck@intel.com >
Cc: Ralf Baechle <ralf@linux-mips.org >
Cc: Paul Mackerras <paulus@samba.org >
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com >
Cc: Andi Kleen <ak@muc.de >
Cc: Jens Axboe <axboe@kernel.dk >
Cc: Corey Minyard <minyard@acm.org >
Cc: Neil Brown <neilb@suse.de >
Cc: "John W. Linville" <linville@tuxdriver.com >
Cc: James Bottomley <James.Bottomley@steeleye.com >
Cc: Jan Kara <jack@ucw.cz >
Cc: Trond Myklebust <trond.myklebust@fys.uio.no >
Cc: Mark Fasheh <mark.fasheh@oracle.com >
Cc: David Chinner <dgc@sgi.com >
Cc: "David S. Miller" <davem@davemloft.net >
Cc: Patrick McHardy <kaber@trash.net >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2007-02-14 08:09:59 -08:00
fd6065b4fd
[PATCH] sysctl: C99 convert coda ctl_tables and remove binary sysctls
...
Will converting the coda sysctl initializers I discovered that it is yet
another user of sysctl that was stomping CTL_KERN. So off with it's
sys_sysctl support since it wasn't done in a supportable way.
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com >
Cc: Jan Harkes <jaharkes@cs.cmu.edu >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2007-02-14 08:09:58 -08:00
9bbf81e483
[PATCH] seq_file conversion: coda
...
Compile-tested.
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com >
Cc: <jaharkes@cs.cmu.edu >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2007-02-11 10:51:34 -08:00
6ab3d5624e
Remove obsolete #include <linux/config.h>
...
Signed-off-by: Jörn Engel <joern@wohnheim.fh-wedel.de >
Signed-off-by: Adrian Bunk <bunk@stusta.de >
2006-06-30 19:25:36 +02:00
1da177e4c3
Linux-2.6.12-rc2
...
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.
Let it rip!
2005-04-16 15:20:36 -07:00