From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 9084A6AC0 for ; Thu, 25 Jul 2024 02:28:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1721874483; cv=none; b=hGvcnHnv9gt3GbvNWJ5FRMX80koxQ/S7cdozAmwKwV+cBNHwVHWN1vuyujEda34+diNtHBF9/WZk2wbpUsNRh4haWrOa7aOCmp0UJV+Kp2nAb0+VAAn5ZMe+rRWlc+FutUboW9vvH5J8MEMbjNdamFapCDS+wnRq0BCdl0bgrfQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1721874483; c=relaxed/simple; bh=oQgEv43BvjlKK28svpwUJB/JCTTe8M0XQ4zcDBGE5aY=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=cGkAIc4EUjyLWeCD4ZTaIodeBgWZdHwBCjel0M8bTsaCtwixIDHcE1WaQk9n1hyl5f+NL8X3FjlvvtL20FN5ZD/ffSlSeGdhlZQAQ61kPV/L8yFbuf/hVstis1gspTPiie5D3ruqpb01uQ4axLnMODfhIeIqHxqB5gdWTmjowXA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=r+goUH0s; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="r+goUH0s" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C3D4EC32781; Thu, 25 Jul 2024 02:28:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1721874483; bh=oQgEv43BvjlKK28svpwUJB/JCTTe8M0XQ4zcDBGE5aY=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=r+goUH0sSeeQqlbmHzZAHpxfJZ4UPI5bjb5beOICAyGHFOS1YLPI1gQpsxmo+Z3Wm LfJUPDcmQfwpYLAp8OxV5plBWIJ1RXwVIxgXRd97YzfJyU8pModWzQhaRlKLfgVb7C mZ1pd1+f/DZ5T5bbG8RAOPVC0uvALQAnDdgqXNlm6KarjvQcLjK3LNe3tpkTSib9e0 saKutSo+OqgvxknOKHL7wDJsX2AMABOe4c5vX8PyInPcIaqPanowx4pRLduPPAfZv1 tGJxvSz6DA4wMiKMGNz9cgPHhqwWA5KOu2M3K4YHrpjDZDgQ7Q2hlM0RZ/Ip57EVYm /j7Ycs5Ti56bA== Message-ID: Date: Thu, 25 Jul 2024 10:27:59 +0800 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] libf2fs: add BLKFINISHZONE define if not defined To: Wu Bo , Jaegeuk Kim Cc: linux-f2fs-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org, Wu Bo References: <20240724102818.2665047-1-bo.wu@vivo.com> Content-Language: en-US From: Chao Yu In-Reply-To: <20240724102818.2665047-1-bo.wu@vivo.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 2024/7/24 18:28, Wu Bo wrote: > BLKFINISHZONE may not defined in old blkzoned.h, and cause build error. > > Signed-off-by: Wu Bo Reviewed-by: Chao Yu Thanks,