alistair23-linux/fs/relayfs
Tom Zanussi e6c08367b8 [PATCH] relayfs: add support for global relay buffers
This patch adds the optional is_global outparam to the create_buf_file()
callback.  This can be used by clients to create a single global relayfs
buffer instead of the default per-cpu buffers.  This was suggested as being
useful for certain debugging applications where it's more convenient to be
able to get all the data from a single channel without having to go to the
bother of dealing with per-cpu files.

Signed-off-by: Tom Zanussi <zanussi@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-01-08 20:13:50 -08:00
..
buffers.c [PATCH] relayfs: add support for relay files in other filesystems 2006-01-08 20:13:50 -08:00
buffers.h [PATCH] relayfs 2005-09-07 16:57:18 -07:00
inode.c [PATCH] relayfs: remove unused alloc/destroy_inode() 2006-01-08 20:13:50 -08:00
Makefile [PATCH] relayfs 2005-09-07 16:57:18 -07:00
relay.c [PATCH] relayfs: add support for global relay buffers 2006-01-08 20:13:50 -08:00
relay.h [PATCH] relayfs: export relayfs_create_file() with fileops param 2006-01-08 20:13:49 -08:00