Received: (from majordomo@localhost) by oss.sgi.com (8.11.2/8.11.3) id f91DsWb17735 for linux-xfs-outgoing; Mon, 1 Oct 2001 06:54:32 -0700 Received: from TYO201.gate.nec.co.jp (TYO201.gate.nec.co.jp [202.32.8.214]) by oss.sgi.com (8.11.2/8.11.3) with SMTP id f91DsSD17716 for ; Mon, 1 Oct 2001 06:54:28 -0700 Received: from mailgate4.nec.co.jp ([10.7.69.197]) by TYO201.gate.nec.co.jp (8.11.6/3.7W01080315) with ESMTP id f91DrYa10236 for ; Mon, 1 Oct 2001 22:53:34 +0900 (JST) Received: from mailsv4.nec.co.jp (mailgate51.nec.co.jp [10.7.69.196]) by mailgate4.nec.co.jp (8.11.6/3.7W-MAILGATE-NEC) with ESMTP id f91DrXV19432 for ; Mon, 1 Oct 2001 22:53:33 +0900 (JST) Received: from thktnes98740.tnes.nec.co.jp (THKTNES98740.tnes.nec.co.jp [10.1.101.4]) by mailsv4.nec.co.jp (8.11.6/3.7W-MAILSV4-NEC) with ESMTP id f91DrXX08304 for ; Mon, 1 Oct 2001 22:53:33 +0900 (JST) Received: from thktnes98740.tnes.nec.co.jp ([10.1.101.4]) by thktnes98740.tnes.nec.co.jp (Post.Office MTA v3.1.2J release 205-101A-J ID# 0-0U10L2S100) with SMTP id AAA291 for ; Mon, 1 Oct 2001 22:53:31 +0900 Received: FROM noshiro.bsd.tnes.nec.co.jp BY thktnes98740.tnes.nec.co.jp ; Mon Oct 01 22:53:30 2001 +0900 Received: from localhost (localhost [127.0.0.1]) by noshiro.bsd.tnes.nec.co.jp (Postfix) with ESMTP id 67F00660C for ; Mon, 1 Oct 2001 22:53:31 +0900 (JST) To: linux-xfs@oss.sgi.com Subject: execute lvchange while mounting XFS filesystem X-Mailer: Mew version 1.94.2 on XEmacs 21.4 (Artificial Intelligence) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20011001225331N.masano@tnes.nec.co.jp> Date: Mon, 01 Oct 2001 22:53:31 +0900 (JST) From: ASANO Masahiro X-Dispatcher: imput version 20000228(IM140) Lines: 22 Sender: owner-linux-xfs@oss.sgi.com Precedence: bulk Hi, I encountered an oops and you can reproduce it with the following operations: # lvcreate -L 32m -n masano1 /dev/vg0 # mkfs.xfs /dev/vg0/masano1 # mount /dev/vg0/masano1 /mnt/masano1 # lvchange -p r /dev/vg0/masano1 # touch /mnt/masano1/dummy # sync I think that these operations may have no special meaning, however, it seems that there is an issue in the error handling of writing log operation. I looked into XFS kernel sources but I could not find what led to this oops. Thanks in advance, -- masano