]> www.pilppa.org Git - linux-2.6-omap-h63xx.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)
commitcef0893dcf1fdf22943aa49e75ee1eb3bfffe5f5
tree13d7116b336bf935dafe70a732395c5c1fd03be3
parenteed7a0db460595b139428d252798a83f1e1ce1d3
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