All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Mundt <lethal@linux-sh.org>
To: Greg KH <greg@kroah.com>, Christoph Hellwig <hch@infradead.org>,
	zanussi@us.ibm.com, linux-kernel@vger.kernel.org
Subject: [PATCH 3/5] sysfs: Update relay file support for generic relay API.
Date: Sun, 19 Feb 2006 23:08:32 +0200	[thread overview]
Message-ID: <20060219210832.GD3682@linux-sh.org> (raw)
In-Reply-To: <20060219210733.GA3682@linux-sh.org>

Now with the introduction of CONFIG_REPLAY, switch to using that instead
of CONFIG_REPLAYFS_FS.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

---

 fs/sysfs/Makefile     |    2 +-
 fs/sysfs/dir.c        |    2 +-
 include/linux/sysfs.h |    4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

299b10030cd85eb20daa5d14cc549cf4902eb372
diff --git a/fs/sysfs/Makefile b/fs/sysfs/Makefile
index 676bf3c..7bd4d8f 100644
--- a/fs/sysfs/Makefile
+++ b/fs/sysfs/Makefile
@@ -4,4 +4,4 @@
 
 obj-y		:= inode.o file.o dir.o symlink.o mount.o bin.o \
 		   group.o
-obj-$(CONFIG_RELAYFS_FS) += relay.o
+obj-$(CONFIG_RELAY) += relay.o
diff --git a/fs/sysfs/dir.c b/fs/sysfs/dir.c
index 379daa3..52a759b 100644
--- a/fs/sysfs/dir.c
+++ b/fs/sysfs/dir.c
@@ -87,7 +87,7 @@ static int init_file(struct inode * inod
 	return 0;
 }
 
-#ifdef CONFIG_RELAYFS_FS
+#ifdef CONFIG_RELAY
 static int init_relay_file(struct inode * inode)
 {
 	extern struct file_operations relay_file_operations;
diff --git a/include/linux/sysfs.h b/include/linux/sysfs.h
index 2e75d49..0faca48 100644
--- a/include/linux/sysfs.h
+++ b/include/linux/sysfs.h
@@ -94,7 +94,7 @@ struct sysfs_dirent {
 #define SYSFS_NOT_PINNED	(SYSFS_KOBJ_ATTR | SYSFS_KOBJ_BIN_ATTR | \
 				 SYSFS_KOBJ_LINK | SYSFS_KOBJ_RELAY_ATTR)
 
-#if defined(CONFIG_RELAYFS_FS) && defined(CONFIG_SYSFS)
+#if defined(CONFIG_RELAY) && defined(CONFIG_SYSFS)
 int sysfs_create_relay_file(struct kobject *, struct relay_attribute *);
 void sysfs_remove_relay_file(struct kobject *, struct relay_attribute *);
 #else
@@ -106,7 +106,7 @@ static inline int sysfs_create_relay_fil
 static inline void sysfs_remove_relay_file(struct kobject *kobj, struct relay_attribute *attr)
 {
 }
-#endif /* CONFIG_RELAYFS_FS && CONFIG_SYSFS */
+#endif /* CONFIG_RELAY && CONFIG_SYSFS */
 
 #ifdef CONFIG_SYSFS
 
-- 
1.2.0.geb68


  parent reply	other threads:[~2006-02-19 21:08 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-19 21:07 [PATCH 0/5] relay: Migrate from relayfs to a generic relay API Paul Mundt
2006-02-19 21:07 ` [PATCH 1/5] sysfs: relay channel buffers as sysfs attributes Paul Mundt
2006-02-23 10:59   ` Maneesh Soni
2006-02-24  8:34     ` Paul Mundt
2006-02-24  9:35       ` Maneesh Soni
2006-02-19 21:08 ` [PATCH 2/5] relay: Consolidate relayfs core into kernel/relay.c Paul Mundt
2006-02-19 21:08 ` Paul Mundt [this message]
2006-02-19 21:08 ` [PATCH 4/5] relayfs: Remove relayfs in favour of CONFIG_RELAY Paul Mundt
2006-02-19 21:09 ` [PATCH 5/5] relay: relay header cleanup Paul Mundt
2006-02-19 21:21 ` [PATCH 0/5] relay: Migrate from relayfs to a generic relay API Dave Jones
2006-02-19 21:27   ` Paul Mundt
2006-02-19 21:54     ` [PATCH] relayfs: Convert to " Paul Mundt
2006-02-19 22:09       ` Christoph Hellwig
2006-02-19 22:08   ` [PATCH 0/5] relay: Migrate from relayfs to a " Christoph Hellwig
2006-02-19 22:13     ` Dave Jones
2006-02-19 22:17       ` Christoph Hellwig
2006-02-19 22:29         ` Dave Jones
2006-02-19 22:48           ` Christoph Hellwig
2006-02-19 22:54             ` Dave Jones
2006-02-20 16:03               ` Christoph Hellwig
2006-02-20 20:05                 ` Frank Ch. Eigler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060219210832.GD3682@linux-sh.org \
    --to=lethal@linux-sh.org \
    --cc=greg@kroah.com \
    --cc=hch@infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=zanussi@us.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.