[PATCH 0/5] relay: Migrate from relayfs to a generic relay API.
- From: Paul Mundt <lethal@xxxxxxxxxxxx>
- Date: Sun, 19 Feb 2006 23:07:33 +0200
This is a small patch set for getting rid of relayfs, and moving the core of
its functionality to kernel/relay.c. The API is kept consistent for everything
but the relayfs-specific bits, meaning people will have to use other file
systems to implement relay channel buffers.
There's support for a sysfs relay attribute (resent with a signed-off-by
tag and cleaned up description), and it's also trivial to do via debugfs.
Patches are ordered by invasiveness, the first few start out relatively
harmless, with the later ones removing relayfs entirely. There's
definitely room for cleanup and improvement in the new relay.c, but one
thing at a time..
Tested with sysfs. Against current git.
To get an idea of the total amount of changes:
---
fs/relayfs/Makefile | 4
fs/relayfs/buffers.c | 190 ---------
fs/relayfs/buffers.h | 12
fs/relayfs/inode.c | 581 ----------------------------
fs/relayfs/relay.c | 482 -----------------------
fs/relayfs/relay.h | 9
include/linux/relayfs_fs.h | 290 --------------
fs/Kconfig | 12
fs/Makefile | 1
fs/sysfs/Makefile | 3
fs/sysfs/dir.c | 28 +
fs/sysfs/inode.c | 5
fs/sysfs/relay.c | 72 +++
include/linux/relay.h | 281 +++++++++++++
include/linux/relayfs_fs.h | 3
include/linux/sysfs.h | 33 +
init/Kconfig | 11
kernel/Makefile | 1
kernel/relay.c | 923 ++++++++++++++++++++++++++++++++++++++++++++-
19 files changed, 1349 insertions(+), 1592 deletions(-)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [PATCH 0/5] relay: Migrate from relayfs to a generic relay API.
- From: Dave Jones
- [PATCH 4/5] relayfs: Remove relayfs in favour of CONFIG_RELAY.
- From: Paul Mundt
- [PATCH 2/5] relay: Consolidate relayfs core into kernel/relay.c.
- From: Paul Mundt
- [PATCH 1/5] sysfs: relay channel buffers as sysfs attributes
- From: Paul Mundt
- [PATCH 3/5] sysfs: Update relay file support for generic relay API.
- From: Paul Mundt
- [PATCH 5/5] relay: relay header cleanup.
- From: Paul Mundt
- Re: [PATCH 0/5] relay: Migrate from relayfs to a generic relay API.
- Prev by Date: Re: 2.6.16-rc4: known regressions
- Next by Date: [PATCH 1/5] sysfs: relay channel buffers as sysfs attributes
- Previous by thread: [PATCH] Add pci_device_shutdown to pci_bus_type
- Next by thread: [PATCH 5/5] relay: relay header cleanup.
- Index(es):
Relevant Pages
|