ext4: fix ext4 so it works without CONFIG_PROC_FS
authorFabrice Jouhaud <yargil@free.fr>
Sat, 8 Oct 2011 20:26:03 +0000 (16:26 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 8 Oct 2011 20:26:03 +0000 (16:26 -0400)
commitd44651d0f922b7aaeddd9fc04f2f5700a65983dd
tree31387f8acab384d3211903d0abe6232fd7117fe6
parent6ee3b2122431fc75015c6114d4749de76422452b
ext4: fix ext4 so it works without CONFIG_PROC_FS

This fixes a bug which was introduced in dd68314ccf3fb.  The problem
came from the test of the return value of proc_mkdir which is always
false without procfs, and this would initialization of ext4.

Signed-off-by: Fabrice Jouhaud <yargil@free.fr>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/super.c