From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@bugzilla.kernel.org Subject: [Bug 200871] F2FS experiences data loss (entry is completely lost) when an I/O failure occurs. Date: Wed, 26 Sep 2018 08:48:45 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from [172.30.20.202] (helo=mx.sourceforge.net) by sfs-ml-4.v29.lw.sourceforge.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.90_1) (envelope-from ) id 1g55V8-000158-8l for linux-f2fs-devel@lists.sourceforge.net; Wed, 26 Sep 2018 08:48:54 +0000 Received: from mail.wl.linuxfoundation.org ([198.145.29.98]) by sfi-mx-3.v28.lw.sourceforge.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.90_1) id 1g55V6-006lue-FE for linux-f2fs-devel@lists.sourceforge.net; Wed, 26 Sep 2018 08:48:54 +0000 Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 866622959C for ; Wed, 26 Sep 2018 08:48:46 +0000 (UTC) In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: linux-f2fs-devel-bounces@lists.sourceforge.net To: linux-f2fs-devel@lists.sourceforge.net https://bugzilla.kernel.org/show_bug.cgi?id=200871 --- Comment #12 from Chao Yu (chao@kernel.org) --- (In reply to Stathis Maneas from comment #7) > - The block number (on disk) that will accommodate the newly updated inode > (after its mode has changed). In my case, this block number is equal to 4609. How can you find this "4609" address? using "dump.f2fs -i ino_of_inline_file /dev/vdb"? -- You are receiving this mail because: You are watching the assignee of the bug.