From: Fabrice Jouhaud Date: Sat, 8 Oct 2011 20:26:03 +0000 (-0400) Subject: ext4: fix ext4 so it works without CONFIG_PROC_FS X-Git-Tag: v3.2-rc1~85^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d44651d0f922b7aaeddd9fc04f2f5700a65983dd;p=pandora-kernel.git 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 Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed