From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jaegeuk Kim Subject: [PATCH 2/4] f2fs-tools: catch up up-to-date checkpoint flag Date: Mon, 13 Feb 2017 18:05:18 -0800 Message-ID: <20170214020520.18091-2-jaegeuk@kernel.org> References: <20170214020520.18091-1-jaegeuk@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from sog-mx-2.v43.ch3.sourceforge.com ([172.29.43.192] helo=mx.sourceforge.net) by sfs-ml-3.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1cdSUs-0003B2-HJ for linux-f2fs-devel@lists.sourceforge.net; Tue, 14 Feb 2017 02:05:38 +0000 Received: from mail.kernel.org ([198.145.29.136]) by sog-mx-2.v43.ch3.sourceforge.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) id 1cdSUo-0006zj-HY for linux-f2fs-devel@lists.sourceforge.net; Tue, 14 Feb 2017 02:05:38 +0000 In-Reply-To: <20170214020520.18091-1-jaegeuk@kernel.org> 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 Cc: Jaegeuk Kim It needs to use up-to-date ckpt flag. Signed-off-by: Jaegeuk Kim --- include/f2fs_fs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/f2fs_fs.h b/include/f2fs_fs.h index 97ee297..44c5d61 100644 --- a/include/f2fs_fs.h +++ b/include/f2fs_fs.h @@ -514,6 +514,7 @@ struct f2fs_super_block { /* * For checkpoint */ +#define CP_CRC_RECOVERY_FLAG 0x00000040 #define CP_FASTBOOT_FLAG 0x00000020 #define CP_FSCK_FLAG 0x00000010 #define CP_ERROR_FLAG 0x00000008 -- 2.11.0 ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot