diff options
author | Josef Bacik <jbacik@redhat.com> | 2008-04-29 22:00:28 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2008-04-29 22:00:28 -0400 |
commit | c19204b0ae3f8a125118fd5d425d3c7a5f8fda9b (patch) | |
tree | bca9e898c7a66315ffd2551acb52e2db4ec94c3b /Documentation/namespaces | |
parent | 8753e88f1b4345677620ec68f847222a6301e2fd (diff) |
ext4: don't use ext4_error in ext4_check_descriptors
Because ext4_check_descriptors is called at mount time you can't use ext4_error
as it calls ext4_commit_sb, which since the sb isn't all the way initialized
causes bad things to happen (ie a panic). This patch changes the ext4_error's
to printk's to keep this problem from happening. Thanks much,
Signed-off-by: Josef Bacik <jbacik@redhat.com>
Signed-off-by: Mingming Cao <cmm@us.ibm.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'Documentation/namespaces')
0 files changed, 0 insertions, 0 deletions