]> git.baikalelectronics.ru Git - kernel.git/commit
configfs: Make sure configfs_init() is called before consumers.
authorJoel Becker <joel.becker@oracle.com>
Wed, 3 May 2006 18:38:53 +0000 (11:38 -0700)
committerMark Fasheh <mark.fasheh@oracle.com>
Wed, 17 May 2006 21:38:51 +0000 (14:38 -0700)
commit5bbc7add9aefda16c0b7e8253f16b2eddb6051ad
tree13d7116b336bf935dafe70a732395c5c1fd03be3
parentea89b6e3fa1e82b8945b1289c8ec5a36ac411aa3
configfs: Make sure configfs_init() is called before consumers.

configfs_init() needs to be called first to register configfs before anyconsumers try to access it.  Move up configfs in fs/Makefile to make
sure it is initialized early.

Signed-off-by: Joel Becker <joel.becker@oracle.com>
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
fs/Makefile