From mboxrd@z Thu Jan 1 00:00:00 1970 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 40C6A23746; Sun, 28 Jan 2024 14:42:22 +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=1706452943; cv=none; b=QrhnPZjkYTRfDMsGix+ig0t06UJeYMnS7GZLFF6Y10V1duMgd1g7rnjAZL67DsRr9L4LueX0RSZlKaD/j9knAeoqijeNZCzUHESm87x8yw4AutIlmOHTAv3UzREnSiV27eEBTHWAvW1vz4eFsVG8n6fLVshlTZLKsZr9SDlD+AQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706452943; c=relaxed/simple; bh=FBRxdLBuITlKzDaTXnO/ff75eo4i2DldFirQAXk8jy8=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=W3PNpsSS6IHteAxuGeNrAO2hmgPcdgrBxFd2N4+hOEjbozK5kF/5kphGqcM56xRmep8Ck9jv/AZUNzK/2VrcpFklEocwhUB9My+KWvIousMZjKiDQApqa1cEOt2YNxMFdEhS3tzBlvRBLFRx96NutFhQcuyZefeKcFz5zC1vToQ= 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 24FEAC433C7; Sun, 28 Jan 2024 14:42:21 +0000 (UTC) Date: Sun, 28 Jan 2024 09:42:19 -0500 From: Steven Rostedt To: Linus Torvalds Cc: LKML , Linux Trace Devel , Masami Hiramatsu , Mathieu Desnoyers , Christian Brauner , Ajay Kaher , Geert Uytterhoeven , linux-fsdevel Subject: Re: [PATCH] eventfs: Have inodes have unique inode numbers Message-ID: <20240128094219.01e1ef1b@rorschach.local.home> In-Reply-To: <20240127094717.63c09edb@rorschach.local.home> References: <20240126150209.367ff402@gandalf.local.home> <20240126162626.31d90da9@gandalf.local.home> <0C9AF227-60F1-4D9B-9099-1A86502359BA@goodmis.org> <20240127094717.63c09edb@rorschach.local.home> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Sat, 27 Jan 2024 09:47:17 -0500 Steven Rostedt wrote: > Now some of this was needed due to the way the dir wrapper worked so I > may be able to revisit this and possibly just use an ei->ref counter. > But I wasted enough time on this and I'm way behind in my other > responsibilities, so this is not something I can work on now. Ironically, one of the responsibilities that I've been putting off to fix up eventfs was writing that document on a support group for maintainer burnout. :-p -- Steve