From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@bugzilla.kernel.org
Subject: [Bug 14562] On umount warn in page_alloc.c:1751
__alloc_pages_slowpath
Date: Mon, 9 Nov 2009 02:44:53 GMT
Message-ID: <200911090244.nA92irUr024316@demeter.kernel.org>
References:
Mime-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
To: linux-ext4@vger.kernel.org
Return-path:
Received: from demeter.kernel.org ([140.211.167.39]:44462 "EHLO
demeter.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org
with ESMTP id S1752881AbZKICor (ORCPT
); Sun, 8 Nov 2009 21:44:47 -0500
Received: from demeter.kernel.org (localhost.localdomain [127.0.0.1])
by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id nA92ir76024317
for ; Mon, 9 Nov 2009 02:44:53 GMT
In-Reply-To:
Sender: linux-ext4-owner@vger.kernel.org
List-ID:
http://bugzilla.kernel.org/show_bug.cgi?id=14562
--- Comment #1 from Theodore Tso 2009-11-09 02:44:52 ---
On Sun, Nov 08, 2009 at 10:52:59PM +0000, bugzilla-daemon@bugzilla.kernel.org
wrote:
>
> Created a new ext4 fs on sda5.
> Did copy my backup (about 40Gig back) und did a umount to the fs.
> After this i got this warning:
Did you also do a mount operation shortly afterwards? It looks like 4
seconds after the unmount completed, it was a mount operation that
caused the warning.
> [43805.914995] EXT4-fs: mballoc: 6643657 preallocated, 1203082 discarded
> [43809.377291] ------------[ cut here ]------------
> [43809.377320] WARNING: at /build/buildd/linux-2.6.31/mm/page_alloc.c:1751
The EXT4-fs: mballoc: is the last line you would normally expect to
see when unmounting the filesystem. And the warning took place 4
seconds later, which is a eternity as far as kernel-time is
considered.
Also, look at the bottom of the call trace:
> [43809.377512] Call Trace:
> [43809.377531] [] warn_slowpath_common+0x6d/0xa0
....
> [43809.377633] [] __kmalloc+0xdf/0x180
> [43809.377646] [] match_number+0x2e/0xa0
> [43809.377657] [] match_int+0xa/0x10
> [43809.377670] [] parse_options+0x152/0x810
....
> [43809.377760] [] ? ext4_fill_super+0x0/0x1900
> [43809.377772] [] vfs_kern_mount+0x5e/0x120
> [43809.377784] [] do_kern_mount+0x39/0xd0
> [43809.377797] [] do_new_mount+0x6e/0xa0
> [43809.377808] [] do_mount+0x1c9/0x1e0
> [43809.377819] [] sys_mount+0x66/0xa0
^^^^^^^^^
> [43809.377831] [] syscall_call+0x7/0xb
> [43809.377840] ---[ end trace a7919e7f17c0a727 ]---
Looks like this was some kind of "interesting" set of mount options
passed to the kernel. Any chance you could figure out what the mount
options were to the mount operation?
- Ted
--
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.