Displaying 1 result from an estimated 1 matches for "ocfs_mount_volume".
Did you mean:
ocfs2_mount_volume
2004 Mar 18
0
mark_buffer_dirty() reports buffer_head is not uptodate in JBDroutine journal_create() in kernel 2.6.
...nto 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 state BH_Uptodate is checked in mark_buffer_dirty(),
while...