git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ee3b21
)
ext4: fix ext4 so it works without CONFIG_PROC_FS
author
Fabrice Jouhaud
<yargil@free.fr>
Sat, 8 Oct 2011 20:26:03 +0000
(16:26 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Sat, 8 Oct 2011 20:26:03 +0000
(16:26 -0400)
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>
No differences found