From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from fgwmail6.fujitsu.co.jp ([192.51.44.36]:51011 "EHLO fgwmail6.fujitsu.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754449Ab3DCBTZ (ORCPT ); Tue, 2 Apr 2013 21:19:25 -0400 Received: from m2.gw.fujitsu.co.jp (unknown [10.0.50.72]) by fgwmail6.fujitsu.co.jp (Postfix) with ESMTP id 26FC33EE0B6 for ; Wed, 3 Apr 2013 10:19:24 +0900 (JST) Received: from smail (m2 [127.0.0.1]) by outgoing.m2.gw.fujitsu.co.jp (Postfix) with ESMTP id 1019145DDCF for ; Wed, 3 Apr 2013 10:19:24 +0900 (JST) Received: from s2.gw.fujitsu.co.jp (s2.gw.fujitsu.co.jp [10.0.50.92]) by m2.gw.fujitsu.co.jp (Postfix) with ESMTP id ED38245DD78 for ; Wed, 3 Apr 2013 10:19:23 +0900 (JST) Received: from s2.gw.fujitsu.co.jp (localhost.localdomain [127.0.0.1]) by s2.gw.fujitsu.co.jp (Postfix) with ESMTP id E1BB71DB803A for ; Wed, 3 Apr 2013 10:19:23 +0900 (JST) Received: from ml14.s.css.fujitsu.com (ml14.s.css.fujitsu.com [10.240.81.134]) by s2.gw.fujitsu.co.jp (Postfix) with ESMTP id 905CE1DB8038 for ; Wed, 3 Apr 2013 10:19:23 +0900 (JST) Received: from ml14.css.fujitsu.com (ml14 [127.0.0.1]) by ml14.s.css.fujitsu.com (Postfix) with ESMTP id 658B09F7D56 for ; Wed, 3 Apr 2013 10:19:23 +0900 (JST) Received: from [127.0.0.1] (unknown [10.124.101.132]) by ml14.s.css.fujitsu.com (Postfix) with ESMTP id DD5EA9F7D24 for ; Wed, 3 Apr 2013 10:19:22 +0900 (JST) Message-ID: <515B838A.7020000@jp.fujitsu.com> Date: Wed, 03 Apr 2013 10:19:06 +0900 From: Tsutomu Itoh MIME-Version: 1.0 To: Linux Btrfs Subject: (3.9-rc5) WARNING: at fs/btrfs/super.c:255 __btrfs_abort_transaction Content-Type: text/plain; charset=ISO-2022-JP Sender: linux-btrfs-owner@vger.kernel.org List-ID: Hi, When inode_cache was specified for the mount option, I encountered the following messages at umount. Step to reproduce: mkfs.btrfs -f /dev/sdc4 mount -o compress=lzo,autodefrag,inode_cache /dev/sdc4 /test1 dd if=/dev/zero of=/test1/file1 bs=1M count=8192 dd if=/test1/file1 of=/dev/null bs=1M rm -f /test1/file1 umount /test1 Thanks, Tsutomu ========================================================================================== Apr 3 09:42:29 luna kernel: [ 511.911342] btrfs: use lzo compression Apr 3 09:42:29 luna kernel: [ 511.911348] btrfs: enabling auto defrag Apr 3 09:42:29 luna kernel: [ 511.911352] btrfs: enabling inode map caching Apr 3 09:42:29 luna kernel: [ 511.911353] btrfs: disk space caching is enabled Apr 3 09:43:12 luna kernel: [ 554.638768] ------------[ cut here ]------------ Apr 3 09:43:12 luna kernel: [ 554.638815] WARNING: at fs/btrfs/super.c:255 __btrfs_abort_transaction+0x55/0xdc [btrfs]() Apr 3 09:43:12 luna kernel: [ 554.638818] Hardware name: PRIMERGY Apr 3 09:43:12 luna kernel: [ 554.638822] Modules linked in: btrfs(O) raid6_pq zlib_deflate xor crc32c libcrc32c ebtable_nat ebtables bnx2i cnic uio xt_CHECKSUM cxgb4i iptable_mangle cxgb4 cxgb3i cxgb3 mdio libcxgbi bridge stp llc iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi nfsd auth_rpcgss acpi_cpufreq mperf vhost_net freq_table coretemp tun nfs_acl lockd kvm dm_mirror dm_region_hash iTCO_wdt dm_log dm_mod iTCO_vendor_support tg3 shpchp sunrpc lpc_ich mfd_core ptp pci_hotplug i3000_edac edac_core pps_core microcode i2c_i801 pcspkr i2c_core uinput ipv6 autofs4 ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod crc_t10dif ata_piix libata megaraid_sas scsi_mod Apr 3 09:43:12 luna kernel: [ 554.638898] Pid: 1749, comm: btrfs-transacti Tainted: G O 3.9.0-rc5 #1 Apr 3 09:43:12 luna kernel: [ 554.638900] Call Trace: Apr 3 09:43:12 luna kernel: [ 554.638909] [] warn_slowpath_common+0x83/0x9e Apr 3 09:43:12 luna kernel: [ 554.638914] [] warn_slowpath_fmt+0x46/0x48 Apr 3 09:43:12 luna kernel: [ 554.638931] [] __btrfs_abort_transaction+0x55/0xdc [btrfs] Apr 3 09:43:12 luna kernel: [ 554.638960] [] ? btrfs_truncate_free_space_cache+0x6c/0x122 [btrfs] Apr 3 09:43:12 luna kernel: [ 554.638981] [] btrfs_save_ino_cache+0x190/0x2f9 [btrfs] Apr 3 09:43:12 luna kernel: [ 554.639003] [] commit_fs_roots.isra.27+0xa6/0x14e [btrfs] Apr 3 09:43:12 luna kernel: [ 554.639026] [] ? should_resched+0x9/0x28 Apr 3 09:43:12 luna kernel: [ 554.639045] [] ? _cond_resched+0xe/0x22 Apr 3 09:43:12 luna kernel: [ 554.639079] [] btrfs_commit_transaction+0x471/0x898 [btrfs] Apr 3 09:43:12 luna kernel: [ 554.639084] [] ? bit_waitqueue+0x7a/0x7a Apr 3 09:43:12 luna kernel: [ 554.639106] [] transaction_kthread+0xef/0x190 [btrfs] Apr 3 09:43:12 luna kernel: [ 554.639127] [] ? try_to_freeze+0x32/0x32 [btrfs] Apr 3 09:43:12 luna kernel: [ 554.639130] [] kthread+0x8d/0x95 Apr 3 09:43:12 luna kernel: [ 554.639134] [] ? __kthread_parkme+0x65/0x65 Apr 3 09:43:12 luna kernel: [ 554.639138] [] ret_from_fork+0x7c/0xb0 Apr 3 09:43:12 luna kernel: [ 554.639142] [] ? __kthread_parkme+0x65/0x65 Apr 3 09:43:12 luna kernel: [ 554.639145] ---[ end trace ab791b60ae901bf9 ]--- Apr 3 09:43:12 luna kernel: [ 554.639149] BTRFS error (device sdc4) in btrfs_save_ino_cache:471: error 28 Apr 3 09:43:12 luna kernel: [ 554.639153] btrfs is forced readonly Apr 3 09:43:12 luna kernel: [ 554.640329] BTRFS warning (device sdc4): Skipping commit of aborted transaction. Apr 3 09:43:12 luna kernel: [ 554.640335] BTRFS error (device sdc4) in cleanup_transaction:1455: error 28 Apr 3 09:43:12 luna kernel: [ 554.832554] ------------[ cut here ]------------ Apr 3 09:43:12 luna kernel: [ 554.832587] WARNING: at fs/btrfs/extent-tree.c:130 btrfs_put_block_group+0x4e/0x66 [btrfs]() Apr 3 09:43:12 luna kernel: [ 554.832590] Hardware name: PRIMERGY Apr 3 09:43:12 luna kernel: [ 554.832592] Modules linked in: btrfs(O) raid6_pq zlib_deflate xor crc32c libcrc32c ebtable_nat ebtables bnx2i cnic uio xt_CHECKSUM cxgb4i iptable_mangle cxgb4 cxgb3i cxgb3 mdio libcxgbi bridge stp llc iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi nfsd auth_rpcgss acpi_cpufreq mperf vhost_net freq_table coretemp tun nfs_acl lockd kvm dm_mirror dm_region_hash iTCO_wdt dm_log dm_mod iTCO_vendor_support tg3 shpchp sunrpc lpc_ich mfd_core ptp pci_hotplug i3000_edac edac_core pps_core microcode i2c_i801 pcspkr i2c_core uinput ipv6 autofs4 ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod crc_t10dif ata_piix libata megaraid_sas scsi_mod Apr 3 09:43:12 luna kernel: [ 554.832663] Pid: 1787, comm: umount Tainted: G W O 3.9.0-rc5 #1 Apr 3 09:43:12 luna kernel: [ 554.832665] Call Trace: Apr 3 09:43:12 luna kernel: [ 554.832674] [] warn_slowpath_common+0x83/0x9e Apr 3 09:43:12 luna kernel: [ 554.832679] [] warn_slowpath_null+0x1a/0x1c Apr 3 09:43:12 luna kernel: [ 554.832697] [] btrfs_put_block_group+0x4e/0x66 [btrfs] Apr 3 09:43:12 luna kernel: [ 554.832717] [] btrfs_free_block_groups+0xec/0x286 [btrfs] Apr 3 09:43:12 luna kernel: [ 554.832740] [] close_ctree+0x200/0x32f [btrfs] Apr 3 09:43:12 luna kernel: [ 554.832745] [] ? evict_inodes+0xe0/0xef Apr 3 09:43:12 luna kernel: [ 554.832761] [] btrfs_put_super+0x19/0x1b [btrfs] Apr 3 09:43:12 luna kernel: [ 554.832766] [] generic_shutdown_super+0x57/0xd3 Apr 3 09:43:12 luna kernel: [ 554.832770] [] kill_anon_super+0x14/0x20 Apr 3 09:43:12 luna kernel: [ 554.832785] [] btrfs_kill_super+0x17/0x23 [btrfs] Apr 3 09:43:12 luna kernel: [ 554.832789] [] deactivate_locked_super+0x26/0x52 Apr 3 09:43:12 luna kernel: [ 554.832793] [] deactivate_super+0x38/0x3d Apr 3 09:43:12 luna kernel: [ 554.832798] [] mntput_no_expire+0x11e/0x126 Apr 3 09:43:12 luna kernel: [ 554.832802] [] sys_umount+0x2fa/0x31b Apr 3 09:43:12 luna kernel: [ 554.832806] [] system_call_fastpath+0x16/0x1b Apr 3 09:43:12 luna kernel: [ 554.832809] ---[ end trace ab791b60ae901bfa ]---