Home
last modified time | relevance | path

Searched hist:d44651d0f922b7aaeddd9fc04f2f5700a65983dd (Results 1 – 1 of 1) sorted by relevance

/linux/fs/ext4/
H A Dsuper.cdiff d44651d0f922b7aaeddd9fc04f2f5700a65983dd Sat Oct 08 22:26:03 CEST 2011 Fabrice Jouhaud <yargil@free.fr> 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>