OSDN Git Service

ubifs: too early register_filesystem()
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 13 Dec 2011 04:58:21 +0000 (23:58 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 13 Dec 2011 17:35:13 +0000 (12:35 -0500)
commit5cc361e3b8241989d8240014dbbe6214c9292541
treebbc7ba880fe50443bcbda52be0cf8fef01024b49
parent6f686574cccc2ef66fb38e41f19cedd81e7b4504
ubifs: too early register_filesystem()

doing that before you are ready to handle mount() is a Bad Idea(tm)...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/ubifs/super.c