Re: [PATCH 00/29] fs: require filesystems to explicitly opt-in to nfsd export support
Christoph Hellwig <[email protected]>
| Newsgroups | dev.linux.lists.gfs2,dev.linux.lists.ntfs3,dev.linux.lists.ocfs2-devel,net.sourceforge.lists.linux-f2fs-devel,org.infradead.lists.linux-mtd,org.kernel.vger.ceph-devel,org.kernel.vger.linux-btrfs,org.kernel.vger.linux-cifs,org.kernel.vger.linux-ext4,org.kernel.vger.linux-fsdevel,org.kernel.vger.linux-kernel,org.kernel.vger.linux-nfs,org.kernel.vger.linux-nilfs,org.kernel.vger.linux-unionfs,org.kernel.vger.linux-xfs,org.kvack.linux-mm,org.ozlabs.lists.linux-erofs |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Jan 20, 2026 at 07:50:32AM -0500, Jeff Layton wrote: > At this point, maybe we should just go with Neil's > EXPORT_OP_SUPPORTS_NFS_EXPORT or something. It's much more arbitrary, > than trying to base this on criteria about filehandle stability, but it > would give us the effect we want. We'll still need a stable handles flag, and expose it to userspace to avoid applications being tricked into using broken non-stable file handles. We should have caught that when they were added, but didn't unfortunately.