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 82EAAC76196 for ; Tue, 11 Apr 2023 17:01:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229973AbjDKRBF (ORCPT ); Tue, 11 Apr 2023 13:01:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44754 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229824AbjDKRAv (ORCPT ); Tue, 11 Apr 2023 13:00:51 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2716E5BAF for ; Tue, 11 Apr 2023 10:00:25 -0700 (PDT) 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 dfw.source.kernel.org (Postfix) with ESMTPS id 9EDC1629A2 for ; Tue, 11 Apr 2023 17:00:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 0163BC433D2; Tue, 11 Apr 2023 17:00:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1681232420; bh=AgbUHXxAqtch2A8ZK9s2UlYpUA1Fw453yyGXCQGJqk8=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=MwmG6PpNvMwo/cgJhd7Pkd0lP4bYljwNmD5rtAWWCQGYHctG4JZMBBHTy9Kruy/jY WlhkP5OzLkdc0IIl3JdUWYKfCZJ2loIiovV6N1c7Kz9JVyW7D1cUr6CTcNVGhd+ZyR N2qc/UQtVtxH3NDlENIdS6tklvy3pksMXtxRai0mCjd/rAW7VXYEaxuAvn3SSTvGro rUFuf8AgZuYrC2DbKvi84A56ImqQGcTNbLnFKhD8iQpd3hZmcXF1I2YDFOoL0HunX2 0jp9YYlTw6uLl/m2MLxp9fQHvuo18xU1YX1D4MWOl2Ews91OQy9mcQS/CuWu1Ft73c HvHRUezrENgJQ== 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 D71E3E52446; Tue, 11 Apr 2023 17:00:19 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [f2fs-dev] [PATCH] f2fs: use common implementation of file type From: patchwork-bot+f2fs@kernel.org Message-Id: <168123241987.4928.2853902355953919510.git-patchwork-notify@kernel.org> Date: Tue, 11 Apr 2023 17:00:19 +0000 References: <20230404032844.3596879-1-o451686892@gmail.com> In-Reply-To: <20230404032844.3596879-1-o451686892@gmail.com> To: Weizhao Ouyang Cc: jaegeuk@kernel.org, chao@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 Tue, 4 Apr 2023 11:28:44 +0800 you wrote: > Use common implementation of file type conversion helpers. > > Signed-off-by: Weizhao Ouyang > --- > fs/f2fs/dir.c | 39 +++------------------------------------ > fs/f2fs/f2fs.h | 1 - > fs/f2fs/inline.c | 2 +- > include/linux/f2fs_fs.h | 15 --------------- > 4 files changed, 4 insertions(+), 53 deletions(-) Here is the summary with links: - [f2fs-dev] f2fs: use common implementation of file type https://git.kernel.org/jaegeuk/f2fs/c/0c9f4521958f You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html