All of lore.kernel.org
 help / color / mirror / Atom feed
* + configfs-init-configfs-module-earlier-at-boot-time.patch added to -mm tree
@ 2015-04-24 19:53 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2015-04-24 19:53 UTC (permalink / raw)
  To: daniel.baluta, hch, jlbec, lars, viro, mm-commits


The patch titled
     Subject: configfs: init configfs module earlier at boot time
has been added to the -mm tree.  Its filename is
     configfs-init-configfs-module-earlier-at-boot-time.patch

This patch should soon appear at
    http://ozlabs.org/~akpm/mmots/broken-out/configfs-init-configfs-module-earlier-at-boot-time.patch
and later at
    http://ozlabs.org/~akpm/mmotm/broken-out/configfs-init-configfs-module-earlier-at-boot-time.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

The -mm tree is included into linux-next and is updated
there every 3-4 working days

------------------------------------------------------
From: Daniel Baluta <daniel.baluta@intel.com>
Subject: configfs: init configfs module earlier at boot time

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.

Signed-off-by: Daniel Baluta <daniel.baluta@intel.com>
Suggested-by: Lars-Peter Clausen <lars@metafoo.de>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: Joel Becker <jlbec@evilplan.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 fs/configfs/mount.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN fs/configfs/mount.c~configfs-init-configfs-module-earlier-at-boot-time fs/configfs/mount.c
--- a/fs/configfs/mount.c~configfs-init-configfs-module-earlier-at-boot-time
+++ a/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);
_

Patches currently in -mm which might be from daniel.baluta@intel.com are

origin.patch
configfs-init-configfs-module-earlier-at-boot-time.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-04-24 19:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-24 19:53 + configfs-init-configfs-module-earlier-at-boot-time.patch added to -mm tree akpm

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.