From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0065BC636CC for ; Tue, 31 Jan 2023 19:10:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230281AbjAaTKj (ORCPT ); Tue, 31 Jan 2023 14:10:39 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57432 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232001AbjAaTKZ (ORCPT ); Tue, 31 Jan 2023 14:10:25 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 184E2568A7 for ; Tue, 31 Jan 2023 11:10:23 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id C8223B81E6F for ; Tue, 31 Jan 2023 19:10:21 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 62722C433B0; Tue, 31 Jan 2023 19:10:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1675192220; bh=yzX1tBKQhuZAP0hOlezcqUW87/muXUy9MPuvKR760Xo=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=Mb2k4q5j6EK43w2DUYWverfsdB2fx3kYrNig+5mWeMfAcDYCk0ByGOr8UExvPbOZC aukYwFS2g3Hne0PQZCvNkTUD/syHmBc+je0VmuyAv9HRL61+7Vd33AyGoNDaAlZI0J j7YyAf4kLAJ4K+1+XC9/AEsc1l8vr7Y026tlxi/hu5kbYQnmp9Ji8rHWRS/+HeN5Zo oKf1DOB2I6c2++D4QeSFMopoPn520KA9JuPZ9VIeMZGcCKGe8F8z/7/H5g47m/OW21 fwnXLabXByCrMtOUzC8g01n1tMwTCW5WH1nWKcTavISXOcvvozOXvkg/onjYCL+Oih EKm2KenHK3NTg== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 2B656E50D70; Tue, 31 Jan 2023 19:10:20 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [f2fs-dev] [PATCH] f2fs: fix to handle F2FS_IOC_START_ATOMIC_REPLACE in f2fs_compat_ioctl() From: patchwork-bot+f2fs@kernel.org Message-Id: <167519222017.20142.14408794007264344446.git-patchwork-notify@kernel.org> Date: Tue, 31 Jan 2023 19:10:20 +0000 References: <20230128103226.1318362-1-chao@kernel.org> In-Reply-To: <20230128103226.1318362-1-chao@kernel.org> To: Chao Yu Cc: jaegeuk@kernel.org, linux-kernel@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Sat, 28 Jan 2023 18:32:26 +0800 you wrote: > Otherwise, 32-bits binary call ioctl(F2FS_IOC_START_ATOMIC_REPLACE) will > fail in 64-bits kernel. > > Fixes: 41e8f85a75fc ("f2fs: introduce F2FS_IOC_START_ATOMIC_REPLACE") > Signed-off-by: Chao Yu > --- > fs/f2fs/file.c | 1 + > 1 file changed, 1 insertion(+) Here is the summary with links: - [f2fs-dev] f2fs: fix to handle F2FS_IOC_START_ATOMIC_REPLACE in f2fs_compat_ioctl() https://git.kernel.org/jaegeuk/f2fs/c/848be5e25469 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html