Fixed. updated cifs-2.6.git for-next with Paulo's respun version of two patches to address the missing #ifdef Should be ok now. On Wed, Apr 22, 2020 at 7:31 PM Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote: > > Hi all, > > After merging the cifs tree, today's linux-next build (powerpc > ppc64_defconfig) failed like this: > > fs/cifs/connect.c: In function 'cifs_find_tcon': > fs/cifs/connect.c:3378:45: error: 'struct cifs_tcon' has no member named 'dfs_path' > 3378 | if (!match_tcon(tcon, volume_info) || tcon->dfs_path) > | ^~ > > Caused by commit > > f73409e5babd ("cifs: do not share tcons with DFS") > > # CONFIG_CIFS_DFS_UPCALL is not set > > I have reverted that commit for today. > > -- > Cheers, > Stephen Rothwell -- Thanks, Steve