aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/mballoc.c
diff options
context:
space:
mode:
authorJosef Bacik <jbacik@redhat.com>2008-04-29 22:00:28 -0400
committerTheodore Ts'o <tytso@mit.edu>2008-04-29 22:00:28 -0400
commitc19204b0ae3f8a125118fd5d425d3c7a5f8fda9b (patch)
treebca9e898c7a66315ffd2551acb52e2db4ec94c3b /fs/ext4/mballoc.c
parentext4: mark inode dirty after initializing the extent tree (diff)
downloadlinux-dev-c19204b0ae3f8a125118fd5d425d3c7a5f8fda9b.tar.xz
linux-dev-c19204b0ae3f8a125118fd5d425d3c7a5f8fda9b.zip
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 'fs/ext4/mballoc.c')
0 files changed, 0 insertions, 0 deletions