I noticed this got pulled into 6.7. Given this is a user-facing regression, can this be proposed for the next 6.6 point release? Sorry, if this is already the case and I missed it. On Thu, Nov 9, 2023 at 6:29 PM Paulo Alcantara <pc@xxxxxxxxxxxxx> wrote: > > Eduard Bachmakov <e.bachmakov@xxxxxxxxx> writes: > > > I don't see is_dfs_mount() being called so in my scenario we're simply > > relying on kzalloc initializing dfs_automount to false. > > It's expected. If your share is DFS and client finds a DFS link or > reparse mount point, the dentry set for automount will get mounted with > new fs context where where @dfs_automount will be set. I see, thanks.