kernel-hacking-2024-linux-s.../fs/relayfs
Tom Zanussi 08c541a7ad [PATCH] relayfs: add support for relay files in other filesystems
This patch adds a couple of callback functions that allow a client to hook
into relay_open()/close() and supply the files that will be used to represent
the channel buffers; the default implementation if no callbacks are defined is
to create the files in relayfs.  This is to support the creation and use of
relay files in other filesystems such as debugfs, as implied by the fact that
relayfs_file_operations are exported.

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 relay files in other filesystems 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