From patchwork Thu Dec 15 08:18:18 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: ChenXiaoSong X-Patchwork-Id: 13073948 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 45596C4332F for ; Thu, 15 Dec 2022 07:15:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230009AbiLOHPM (ORCPT ); Thu, 15 Dec 2022 02:15:12 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36566 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230110AbiLOHOm (ORCPT ); Thu, 15 Dec 2022 02:14:42 -0500 Received: from szxga02-in.huawei.com (szxga02-in.huawei.com [45.249.212.188]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6573830F79; Wed, 14 Dec 2022 23:14:37 -0800 (PST) Received: from kwepemm600015.china.huawei.com (unknown [172.30.72.57]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4NXk3j1gCrzJqRQ; Thu, 15 Dec 2022 15:13:37 +0800 (CST) Received: from huawei.com (10.175.101.6) by kwepemm600015.china.huawei.com (7.193.23.52) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.34; Thu, 15 Dec 2022 15:14:31 +0800 From: ChenXiaoSong To: , , , , , , , , , , , CC: , Subject: [PATCH v2 0/2] initialize 'struct hfsplus_inode_info' in hfsplus_iget() Date: Thu, 15 Dec 2022 16:18:18 +0800 Message-ID: <20221215081820.948990-1-chenxiaosong2@huawei.com> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 X-Originating-IP: [10.175.101.6] X-ClientProxiedBy: dggems705-chm.china.huawei.com (10.3.19.182) To kwepemm600015.china.huawei.com (7.193.23.52) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org ChenXiaoSong (2): hfsplus: introduce hfsplus_init_inode() helper hfsplus: fix uninit-value in hfsplus_delete_cat() fs/hfsplus/hfsplus_fs.h | 1 + fs/hfsplus/inode.c | 35 ++++++++++++++++++++--------------- fs/hfsplus/super.c | 8 +------- 3 files changed, 22 insertions(+), 22 deletions(-)