Re: [RFC PATCH v1 1/7] fs: Add inode_get_ino() and implement get_ino() for NFS
From: Christoph Hellwig <hch@infradead.org>
Date: 2024-10-17 14:58:23
Also in:
linux-fsdevel, linux-nfs
From: Christoph Hellwig <hch@infradead.org>
Date: 2024-10-17 14:58:23
Also in:
linux-fsdevel, linux-nfs
On Thu, Oct 17, 2024 at 10:54:12AM -0400, Paul Moore wrote:
Okay, good to know, but I was hoping that there we could come up with an explicit list of filesystems that maintain their own private inode numbers outside of inode-i_ino.
Anything using iget5_locked is a good start. Add to that file systems implementing their own inode cache (at least xfs and bcachefs).