kbuild test robot <lkp@xxxxxxxxx> wrote: > >> fs/cifs/cifsglob.h:561:9: note: in expansion of macro 'SB_NOEXEC' > SB_NOEXEC | SB_NOSUID | SB_NODEV) There's a missing '|' before SB_NOEXEC at the end of the preceding line. David
kbuild test robot <lkp@xxxxxxxxx> wrote: > >> fs/cifs/cifsglob.h:561:9: note: in expansion of macro 'SB_NOEXEC' > SB_NOEXEC | SB_NOSUID | SB_NODEV) There's a missing '|' before SB_NOEXEC at the end of the preceding line. David