Skip to content

Commit

Permalink
[PATCH] relay: migrate from relayfs to a generic relay API
Browse files Browse the repository at this point in the history
Original patch from Paul Mundt, sysfs parts removed by me since they
were broken.

Signed-off-by: Jens Axboe <axboe@suse.de>
  • Loading branch information
Jens Axboe committed Mar 23, 2006
1 parent b0e6e96 commit b86ff98
Show file tree
Hide file tree
Showing 12 changed files with 1,212 additions and 1,290 deletions.
12 changes: 0 additions & 12 deletions fs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -859,18 +859,6 @@ config RAMFS
To compile this as a module, choose M here: the module will be called
ramfs.

config RELAYFS_FS
tristate "Relayfs file system support"
---help---
Relayfs is a high-speed data relay filesystem designed to provide
an efficient mechanism for tools and facilities to relay large
amounts of data from kernel space to user space.

To compile this code as a module, choose M here: the module will be
called relayfs.

If unsure, say N.

config CONFIGFS_FS
tristate "Userspace-driven configuration filesystem (EXPERIMENTAL)"
depends on EXPERIMENTAL
Expand Down
1 change: 0 additions & 1 deletion fs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ obj-$(CONFIG_AUTOFS4_FS) += autofs4/
obj-$(CONFIG_ADFS_FS) += adfs/
obj-$(CONFIG_FUSE_FS) += fuse/
obj-$(CONFIG_UDF_FS) += udf/
obj-$(CONFIG_RELAYFS_FS) += relayfs/
obj-$(CONFIG_SUN_OPENPROMFS) += openpromfs/
obj-$(CONFIG_JFS_FS) += jfs/
obj-$(CONFIG_XFS_FS) += xfs/
Expand Down
4 changes: 0 additions & 4 deletions fs/relayfs/Makefile

This file was deleted.

190 changes: 0 additions & 190 deletions fs/relayfs/buffers.c

This file was deleted.

12 changes: 0 additions & 12 deletions fs/relayfs/buffers.h

This file was deleted.

Loading

0 comments on commit b86ff98

Please sign in to comment.