From: Tom Zanussi Date: Sun, 8 Jan 2006 09:02:28 +0000 (-0800) Subject: [PATCH] relayfs: add support for relay files in other filesystems X-Git-Tag: v2.6.16-rc1~789 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08c541a7ade230883c48225f4ea406a0117e7c2f;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed