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 69A3AE7D0A6 for ; Thu, 21 Sep 2023 20:01:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231548AbjIUUBj (ORCPT ); Thu, 21 Sep 2023 16:01:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42874 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231489AbjIUUAz (ORCPT ); Thu, 21 Sep 2023 16:00:55 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4A6886E81; Thu, 21 Sep 2023 10:22:30 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 65063C4166B; Thu, 21 Sep 2023 07:52:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1695282780; bh=ijv4aQ43jgxUfEGDSGPU0BYp7t7D3uvLn02bpHs8gLg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=bPycPiF29+qaXcyZz6b//1CYmM5+vysCKh0Ay6EHegbJ9h9kecF0RdGJrBN8MV8Dy Tg6PuvvOhQpeZZqZFLDB0haQYP9oTl853g8BKvbspe79QmC+aHqL2Jt5u5Fid7cvAg 0/UtWLPe/bOwy6Dwpr48+mBBSqoizOz8Cgq3pm00= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org, akpm@linux-foundation.org, torvalds@linux-foundation.org, stable@vger.kernel.org Cc: lwn@lwn.net, jslaby@suse.cz, Greg Kroah-Hartman Subject: Re: Linux 5.10.196 Date: Thu, 21 Sep 2023 09:52:47 +0200 Message-ID: <2023092154-statute-quantum-9f8c@gregkh> X-Mailer: git-send-email 2.42.0 In-Reply-To: <2023092153-fragile-bleak-cca1@gregkh> References: <2023092153-fragile-bleak-cca1@gregkh> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org diff --git a/Makefile b/Makefile index 006700fbb652..7021aa85afd1 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 5 PATCHLEVEL = 10 -SUBLEVEL = 195 +SUBLEVEL = 196 EXTRAVERSION = NAME = Dare mighty things diff --git a/fs/configfs/dir.c b/fs/configfs/dir.c index 0b7e9ab517d5..12388ed4faa5 100644 --- a/fs/configfs/dir.c +++ b/fs/configfs/dir.c @@ -479,7 +479,6 @@ static struct dentry * configfs_lookup(struct inode *dir, if (!configfs_dirent_is_ready(parent_sd)) goto out; - spin_lock(&configfs_dirent_lock); list_for_each_entry(sd, &parent_sd->s_children, s_sibling) { if (sd->s_type & CONFIGFS_NOT_PINNED) { const unsigned char * name = configfs_get_name(sd); @@ -492,7 +491,6 @@ static struct dentry * configfs_lookup(struct inode *dir, break; } } - spin_unlock(&configfs_dirent_lock); if (!found) { /*