linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: lkml-031028@amos.mailshell.com
To: linux-kernel@vger.kernel.org
Subject: Re: 2.6.0test9 Reiserfs boot time "buffer layer error at fs/buffer.c:431"
Date: Thu, 30 Oct 2003 08:51:04 +0200	[thread overview]
Message-ID: <20031030065107.7086.qmail@mailshell.com> (raw)
In-Reply-To: <20031029141931.6c4ebdb5.akpm@osdl.org>

Andrew Morton wrote:
> Amos, could you add this as well?

Here are the results from a kernel compiled with all your patches (3
so far).

The WARN_ON stuff doesn't seem to emit anything (looked for "Badness").

set_blocksize: size=1024
set_blocksize: 1024 OK
set_blocksize: size=1024
set_blocksize: 1024 OK
set_blocksize: size=1024
set_blocksize: 1024 OK
set_blocksize: size=1024
set_blocksize: 1024 OK
set_blocksize: size=4096
buffer layer error at fs/buffer.c:431
Call Trace:
  [<c014ff44>] __find_get_block_slow+0x94/0x150
  [<c0150f43>] __find_get_block+0x83/0xe0
  [<c0150fcb>] __getblk+0x2b/0x60
  [<c015107f>] __bread+0x1f/0x40
  [<c01a3532>] read_super_block+0x82/0x210
  [<c01a4195>] reiserfs_fill_super+0x555/0x5a0
  [<c01d7eb7>] snprintf+0x27/0x30
  [<c0155880>] set_blocksize+0xd0/0x110
  [<c01558e5>] sb_set_blocksize+0x25/0x60
  [<c0155254>] get_sb_bdev+0x124/0x160
  [<c01a424f>] get_super_block+0x2f/0x60
  [<c01a3c40>] reiserfs_fill_super+0x0/0x5a0
  [<c01554bf>] do_kern_mount+0x5f/0xe0
  [<c016a7c8>] do_add_mount+0x78/0x150
  [<c016aab4>] do_mount+0x124/0x170
  [<c016a920>] copy_mount_options+0x80/0xf0
  [<c016ae6f>] sys_mount+0xbf/0x140
  [<c047cb9f>] do_mount_root+0x2f/0xa0
  [<c047cc64>] mount_block_root+0x54/0x120
  [<c047cd8e>] mount_root+0x5e/0x70
  [<c047cdbd>] prepare_namespace+0x1d/0xe0
  [<c01050d2>] init+0x32/0x160
  [<c01050a0>] init+0x0/0x160
  [<c01070c9>] kernel_thread_helper+0x5/0xc

block=16, b_blocknr=64
b_state=0x00000019, b_size=1024
device blocksize: 4096
buffer layer error at fs/buffer.c:431
Call Trace:
  [<c014ff44>] __find_get_block_slow+0x94/0x150
  [<c01070c9>] kernel_thread_helper+0x5/0xc
  [<c010970c>] dump_stack+0x1c/0x20
  [<c0150f43>] __find_get_block+0x83/0xe0
  [<c0150b73>] __getblk_slow+0x23/0xf0
  [<c0150fef>] __getblk+0x4f/0x60
  [<c015107f>] __bread+0x1f/0x40
  [<c01a3532>] read_super_block+0x82/0x210
  [<c01a4195>] reiserfs_fill_super+0x555/0x5a0
  [<c01d7eb7>] snprintf+0x27/0x30
  [<c0155880>] set_blocksize+0xd0/0x110
  [<c01558e5>] sb_set_blocksize+0x25/0x60
  [<c0155254>] get_sb_bdev+0x124/0x160
  [<c01a424f>] get_super_block+0x2f/0x60
  [<c01a3c40>] reiserfs_fill_super+0x0/0x5a0
  [<c01554bf>] do_kern_mount+0x5f/0xe0
  [<c016a7c8>] do_add_mount+0x78/0x150
  [<c016aab4>] do_mount+0x124/0x170
  [<c016a920>] copy_mount_options+0x80/0xf0
  [<c016ae6f>] sys_mount+0xbf/0x140
  [<c047cb9f>] do_mount_root+0x2f/0xa0
  [<c047cc64>] mount_block_root+0x54/0x120
  [<c047cd8e>] mount_root+0x5e/0x70
  [<c047cdbd>] prepare_namespace+0x1d/0xe0
  [<c01050d2>] init+0x32/0x160
  [<c01050a0>] init+0x0/0x160
  [<c01070c9>] kernel_thread_helper+0x5/0xc

block=16, b_blocknr=64
b_state=0x00000019, b_size=1024
device blocksize: 4096
found reiserfs format "3.6" with standard journal
hub 1-0:1.0: debounce: port 3: delay 100ms stable 4 status 0x501
ehci_hcd 0000:00:02.2: port 3 full speed --> companion
ehci_hcd 0000:00:02.2: GetStatus port 3 status 003001 POWER OWNER 
sig=se0  CONNECT
Reiserfs journal params: device hda2, size 8192, journal first block 18, 
max trans len 1024, max batch 900, max commit age 30, max trans age 30
reiserfs: checking transaction log (hda2) for (hda2)
Using r5 hash to sort names
VFS: Mounted root (reiserfs filesystem) readonly.
Freeing unused kernel memory: 404k freed
set_blocksize: size=4096

Thanks,

--Amos


  parent reply	other threads:[~2003-10-30  6:51 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-28 15:49 2.6.0test9 Reiserfs boot time "buffer layer error at fs/buffer.c:431" lkml-031028
2003-10-28 18:36 ` Hans Reiser
2003-10-28 20:27 ` Oleg Drokin
2003-10-28 22:13 ` Andrew Morton
2003-10-28 22:15   ` Hans Reiser
2003-10-29  6:56   ` lkml-031028
2003-10-29 17:44   ` lkml-031028
2003-10-29 20:31     ` Andrew Morton
2003-10-29 21:49       ` Oleg Drokin
2003-10-29 22:19         ` Andrew Morton
2003-10-30  6:22           ` lkml-031028
2003-10-30  6:51           ` lkml-031028 [this message]
2003-11-02  7:17           ` Herbert Xu
2003-11-02  7:33             ` Andrew Morton
2003-11-02  9:18               ` Oleg Drokin
2003-11-02  9:27               ` Herbert Xu
2003-11-02  9:40                 ` Andrew Morton
2003-11-02  9:54                   ` Herbert Xu
2003-11-02 11:54                     ` Hans Reiser
2003-11-02 21:09                       ` Herbert Xu
2003-11-03 10:20                         ` Stephan von Krawczynski
2003-11-04  8:10                           ` Hans Reiser
2003-11-04 21:03                             ` Debian Kernels was: " Mike Fedyk
2003-11-04  9:54                               ` Hans Reiser
2003-11-04 23:49                               ` Stephan von Krawczynski
2003-11-05  0:05                                 ` Mike Fedyk
2003-11-16 13:05                                 ` Pavel Machek
2003-11-16  3:55                                   ` Hans Reiser
2003-11-16 14:15                                   ` Stephan von Krawczynski
2003-11-16 17:05                                     ` Pavel Machek
2003-11-16 17:27                                       ` Valdis.Kletnieks
2003-11-16 17:40                                         ` Stephan von Krawczynski
2003-11-16 18:38                                           ` Valdis.Kletnieks
2003-11-16 22:54                                             ` Stephan von Krawczynski
2003-11-16 17:30                                       ` Stephan von Krawczynski
2003-11-02 11:50                 ` Hans Reiser
2003-11-02 20:33                   ` Herbert Xu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20031030065107.7086.qmail@mailshell.com \
    --to=lkml-031028@amos.mailshell.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).