LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Daniel Baluta <daniel.baluta@intel.com>
To: jlbec@evilplan.org
Cc: linux-kernel@vger.kernel.org, lars@metafoo.de, daniel.baluta@intel.com
Subject: [RESEND PATCH] configfs: init configfs module earlier at boot time
Date: Wed, 18 Mar 2015 21:56:51 +0200 [thread overview]
Message-ID: <1426708611-4874-1-git-send-email-daniel.baluta@intel.com> (raw)
We need this earlier in the boot process to allow various subsystems
to use configfs (e.g Industrial IIO).
Also, debugfs is at core_initcall level and configfs should be on
the same level from infrastructure point of view.
Suggested-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Daniel Baluta <daniel.baluta@intel.com>
---
First time I miscopied Joel's email address.
fs/configfs/mount.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/configfs/mount.c b/fs/configfs/mount.c
index da94e41..5373567 100644
--- a/fs/configfs/mount.c
+++ b/fs/configfs/mount.c
@@ -173,5 +173,5 @@ MODULE_LICENSE("GPL");
MODULE_VERSION("0.0.2");
MODULE_DESCRIPTION("Simple RAM filesystem for user driven kernel subsystem configuration.");
-module_init(configfs_init);
+core_initcall(configfs_init);
module_exit(configfs_exit);
--
1.7.10.4
next reply other threads:[~2015-03-18 19:49 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-18 19:56 Daniel Baluta [this message]
2015-04-02 7:34 ` Daniel Baluta
2015-04-07 15:56 Daniel Baluta
2015-04-13 9:44 ` Christoph Hellwig
2015-04-24 9:46 Daniel Baluta
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=1426708611-4874-1-git-send-email-daniel.baluta@intel.com \
--to=daniel.baluta@intel.com \
--cc=jlbec@evilplan.org \
--cc=lars@metafoo.de \
--cc=linux-kernel@vger.kernel.org \
--subject='Re: [RESEND PATCH] configfs: init configfs module earlier at boot time' \
/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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).