kayws426 / embox

Automatically exported from code.google.com/p/embox
0 stars 1 forks source link

mkdir via ext3 #665

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. mount -t ext3 /dev/hda /mnt
2. mkdir /mnt/dir_name

What is the expected output?
Creating new directory

What do you see instead?
ASSERTION FAILED on CPU 0
    at src/fs/journal.c:174
    in function journal_dirty_block

t->t_nr_buffers <= t->t_outstanding_credits

Original issue reported on code.google.com by Vita.Loginova on 25 Dec 2013 at 1:31

GoogleCodeExporter commented 9 years ago
r15386, template x86/nonvga_debug with ext3

root@embox:/#mkdir mnt
root@embox:/#mount -t ext3 /dev/hda /mnt
root@embox:/#ls /mnt
 /mnt/lost+found
root@embox:/#mkdir /mnt/dir_name
root@embox:/#ls /mnt
 /mnt/lost+found
 /mnt/dir_name

It was fixed some times ago.

Original comment by alexkalmuk@gmail.com on 13 Mar 2015 at 12:27