search for: ocfs_journal_create

Displaying 1 result from an estimated 1 matches for "ocfs_journal_create".

2004 Mar 18
0
mark_buffer_dirty() reports buffer_head is not uptodate in JBDroutine journal_create() in kernel 2.6.
...ld the ocfs v2 driver under kernel 2.6. 2. insert ocfs2.ko into kernel 2.6. 3. mkfs.ocfs2 -F -b 4 -l testocfs -m /mnt/ocfs2 /dev/hdb2 4. mount -t ocfs2 /dev/hdb2 /mnt/ocfs2 Results: buffer layer error at fs/buffer.c:1266 Call Trace: [<>] mark_buffer_dirty [<>] journal_create [<>] ocfs_journal_create [<>] ocfs_check_volume [<>] ocfs_mount_volume ...... ------------------------------------------------------- I think I found the root cause of the bug reported in mark_buffer_dirty(). It is caused in the Linux journaling routine(JBD) journal_create(). In kernel 2.6.x, buffer_head st...