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 03B092261D; Fri, 26 Jan 2024 19:37:12 +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=1706297833; cv=none; b=n9agr1CgyNxHE/wqj56U4oyCkS0flErfrHvc5rg4Sl+X3v9Noul/zCGpYgZX73k8aixI+dPFoiM/AboGq2Ds5tYC+C5CmV0V9SGY427UX3hUv0P1FXipf0izLP1MQS6Qb+ulbJza5AyO89WebEEsimh0JHN4ruOU4nTP5Rlw7V8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706297833; c=relaxed/simple; bh=k4tH5U9WfiG0VOxuGa6XKILf0J3Xbi/bKH/R6EmWu8Q=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=sL+b+rO+aFe1mtNKbKj8G9wOiulrqzO4irBTVrEHa/+p6v4Ej+4bg0PbSAepiiNxin6mY5oRlgpFCSF83smaWsoIi5daYAEbTwsjxrDmYHRIFm1ThlU4Gg03RN1I2KFXB5Enm3A04mOhfJcF1vRbgdxZOtMmmZdznRQlsAkk4HE= 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 6D4C9C433F1; Fri, 26 Jan 2024 19:37:11 +0000 (UTC) Date: Fri, 26 Jan 2024 14:37:14 -0500 From: Steven Rostedt To: Linus Torvalds Cc: LKML , Linux Trace Kernel , Masami Hiramatsu , Mathieu Desnoyers , Christian Brauner , Ajay Kaher , Geert Uytterhoeven , linux-fsdevel Subject: Re: [PATCH] eventfs: Give files a default of PAGE_SIZE size Message-ID: <20240126143714.3eb81db4@gandalf.local.home> In-Reply-To: References: <20240126131837.36dbecc8@gandalf.local.home> <20240126134141.65139b5e@gandalf.local.home> X-Mailer: Claws Mail 3.19.1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-trace-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 Fri, 26 Jan 2024 11:06:33 -0800 Linus Torvalds wrote: > On Fri, 26 Jan 2024 at 10:41, Steven Rostedt wrote: > > > > Fine, but I still plan on sending you the update to give all files unique > > inode numbers. If it screws up tar, it could possibly screw up something > > else. > > Well, that in many ways just regularizes the code, and the dynamic > inode numbers are actually prettier than the odd fixed date-based one > you picked. I assume it's your birthdate (although I don't know what > the directory ino number was). Yeah, it was. I usually use that when I need a random number. I avoid using it for passwords though. The odd directory number was the date you pulled in eventfs ;-) -- Steve