From: Karol Kozimor <sziwan@hell.org.pl>
To: linux-kernel@vger.kernel.org
Subject: [2.5/2.6] buffer layer error at fs/buffer.c:2800 when unlinking
Date: Sun, 3 Aug 2003 16:51:13 +0200 [thread overview]
Message-ID: <20030803145113.GA31715@hell.org.pl> (raw)
Hi,
I've recently managed to nail down the problems that have been occuring on
my machine at least since 2.5.59. I use XFS as my rootfs, no other
filesystems are compiled in, but I doubt the filesystem is to blame, since
the problem does not appear under 2.4, despite the similar codebase.
Here's the guts: upon unlinking files in /var/{run,lock/subsys} (typically
during shutdown, but not only), and when doing "dd if=/dev/urandom
of=/etc/random-seed count=1 bs=512" the following traces appear:
#v+
buffer layer error at fs/buffer.c:2800
Call Trace:
[<c014f1c6>] drop_buffers+0xb3/0xb9
[<c014f208>] try_to_free_buffers+0x3c/0x96
[<c01db1a1>] linvfs_release_page+0x74/0x78
[<c014d2e6>] try_to_release_page+0x5c/0x6c
[<c014d3d9>] block_invalidatepage+0xe3/0xf6
[<c013a9db>] do_invalidatepage+0x27/0x2b
[<c013aa66>] truncate_complete_page+0x87/0x89
[<c013abc3>] truncate_inode_pages+0xcd/0x2be
[<c01df4f1>] linvfs_unlink+0x5c/0x5e
[<c0160e4a>] generic_delete_inode+0xc0/0xc5
[<c0160fce>] iput+0x55/0x6f
[<c01584bb>] sys_unlink+0x86/0x135
[<c010905f>] syscall_call+0x7/0xb
buffer layer error at fs/buffer.c:2800
Call Trace:
[<c014f1c6>] drop_buffers+0xb3/0xb9
[<c014f208>] try_to_free_buffers+0x3c/0x96
[<c01db1a1>] linvfs_release_page+0x74/0x78
[<c014d2e6>] try_to_release_page+0x5c/0x6c
[<c014d3d9>] block_invalidatepage+0xe3/0xf6
[<c013a9db>] do_invalidatepage+0x27/0x2b
[<c013aa66>] truncate_complete_page+0x87/0x89
[<c013abc3>] truncate_inode_pages+0xcd/0x2be
[<c01df4f1>] linvfs_unlink+0x5c/0x5e
[<c0160e4a>] generic_delete_inode+0xc0/0xc5
[<c0160fce>] iput+0x55/0x6f
[<c01584bb>] sys_unlink+0x86/0x135
[<c010905f>] syscall_call+0x7/0xb
// that's pcmcia: one trace for /var/run/cardmgr.pid, one for
// /var/lock/subsys/pcmcia
buffer layer error at fs/buffer.c:2800
Call Trace:
[<c014f1c6>] drop_buffers+0xb3/0xb9
[<c014f208>] try_to_free_buffers+0x3c/0x96
[<c01db1a1>] linvfs_release_page+0x74/0x78
[<c014d2e6>] try_to_release_page+0x5c/0x6c
[<c014d3d9>] block_invalidatepage+0xe3/0xf6
[<c013a9db>] do_invalidatepage+0x27/0x2b
[<c013aa66>] truncate_complete_page+0x87/0x89
[<c013abc3>] truncate_inode_pages+0xcd/0x2be
[<c016ba43>] padzero+0x28/0x2a
[<c018e6ad>] xfs_bmap_last_offset+0xc2/0x119
[<c018d929>] xfs_bmap_search_extents+0x70/0x85
[<c01b55c1>] xfs_file_last_byte+0xea/0xf7
[<c01b566c>] xfs_itruncate_start+0x9e/0xe2
[<c01d0bfd>] xfs_setattr+0xdd1/0xfc2
[<c01df9d8>] linvfs_setattr+0x11d/0x1c6
[<c0161931>] notify_change+0x150/0x183
[<c0148fd9>] do_truncate+0x4b/0x62
[<c01d0e3b>] xfs_access+0x4d/0x5b
[<c01562e8>] permission+0x46/0x48
[<c01575ec>] may_open+0x169/0x1ba
[<c01576e9>] open_namei+0xac/0x3f3
[<c0149ffd>] filp_open+0x43/0x69
[<c014a3e4>] sys_open+0x5b/0x8b
[<c010905f>] syscall_call+0x7/0xb
// that's dd
buffer layer error at fs/buffer.c:2800
Call Trace:
[<c014f1c6>] drop_buffers+0xb3/0xb9
[<c014f208>] try_to_free_buffers+0x3c/0x96
[<c01db1a1>] linvfs_release_page+0x74/0x78
[<c014d2e6>] try_to_release_page+0x5c/0x6c
[<c014d3d9>] block_invalidatepage+0xe3/0xf6
[<c013a9db>] do_invalidatepage+0x27/0x2b
[<c013aa66>] truncate_complete_page+0x87/0x89
[<c013abc3>] truncate_inode_pages+0xcd/0x2be
[<c01df4f1>] linvfs_unlink+0x5c/0x5e
[<c0160e4a>] generic_delete_inode+0xc0/0xc5
[<c0160fce>] iput+0x55/0x6f
[<c01584bb>] sys_unlink+0x86/0x135
[<c010905f>] syscall_call+0x7/0xb
// that's another one -- probably /var/run/sshd.pid
#v-
Oddly enough, those errors do not appear when I touch and remove the files
manually. I can observe this behaviour on any kernel version between 2.5.59
and 2.6.0-test2. I didn't test earlier versions. The traces come from
2.6.0-test2.
FYI: I never had any fs corruption whatsoever, just those annoying
messages.
I'll be happy to provide any additional information.
Please Cc: me, as I can't handle lkml traffic.
Best regards,
--
Karol 'sziwan' Kozimor
sziwan@hell.org.pl
next reply other threads:[~2003-08-03 14:46 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-08-03 14:51 Karol Kozimor [this message]
2003-08-06 23:59 ` [2.5/2.6] buffer layer error at fs/buffer.c:2800 when unlinking Nathan Scott
2003-08-10 22:16 ` Karol Kozimor
2003-08-11 0:34 ` Nathan Scott
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=20030803145113.GA31715@hell.org.pl \
--to=sziwan@hell.org.pl \
--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