From patchwork Tue Jan 16 22:55:31 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steven Rostedt X-Patchwork-Id: 13521323 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 8FD5B1B97E; Tue, 16 Jan 2024 23:38:59 +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=1705448339; cv=none; b=foWAQMNNm+9mAUJyAZZjUOMzf1PPJzk0Epnym8jPt17L96+Z3O0wx+2MSfr+4qZXOW/1kDiAaWG3BFre5vUD3ly2V0kmooLj7cGHUuc8hmBGc6IFQdBzu6eJ5PV2rhb/RGsiSmbWF3+YQhU0dRHJHy7OcB57pkMHSHl7G8+KaD0= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1705448339; c=relaxed/simple; bh=6l2vQhaSNTjzOkqIsLgNiqauhtFEnfkDj9/gvBjGMIg=; h=Received:Received:Message-ID:User-Agent:Date:From:To:Cc:Subject; b=Q5T6N3B431Ht2IgdTZVECsFeEwJbexRLccqTltq+Ru7R6OQkgCxsAb8ImjLnHwrX2ocsYJjPMZpHPrGYGIEeyhYlg1G8hrzI8HKt7YMojjs7OXyEneOgyfltuvWXWAGlpunEseuH6g0zpW0K1K9DD/aHsS2Ol5wW/vQiQyrwxW4= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 Received: by smtp.kernel.org (Postfix) with ESMTPSA id 13828C43394; Tue, 16 Jan 2024 23:38:59 +0000 (UTC) Received: from rostedt by gandalf with local (Exim 4.97) (envelope-from ) id 1rPt2U-00000001QeI-1nuj; Tue, 16 Jan 2024 18:40:14 -0500 Message-ID: <20240116225531.681181743@goodmis.org> User-Agent: quilt/0.67 Date: Tue, 16 Jan 2024 17:55:31 -0500 From: Steven Rostedt To: linux-kernel@vger.kernel.org, linux-trace-kernel@vger.kernel.org Cc: Masami Hiramatsu , Mark Rutland , Mathieu Desnoyers , Linus Torvalds , Christian Brauner , Al Viro , Ajay Kaher , linux-fsdevel@vger.kernel.org Subject: [PATCH v3 0/2] eventfs: Create dentries and inodes at dir open Precedence: bulk X-Mailing-List: linux-fsdevel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: [ subject is still wrong, but is to match v2, see patch 2 for correct subject ] Changes since v2: https://lore.kernel.org/all/20240116211217.968123837@goodmis.org/ Implemented Linus's suggestion to just change the iterate_shared to use the hard coded inodes. Steven Rostedt (Google) (2): eventfs: Have the inodes all for files and directories all be the same eventfs: Do not create dentries nor inodes in iterate_shared ---- fs/tracefs/event_inode.c | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-)