configfs: init configfs module earlier at boot time
authorDaniel Baluta <daniel.baluta@intel.com>
Tue, 5 May 2015 23:23:54 +0000 (16:23 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 6 May 2015 00:10:11 +0000 (17:10 -0700)
commitf5b697700c86d7d01489202bfd37d86665754afd
tree3413d8c7d7553ec033075cbf935cacb047b1854d
parente386eed89c764f102fcc3c0d4c78c65a357f7399
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>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/configfs/mount.c
This page took 0.025848 seconds and 5 git commands to generate.