kbuild test robot <[email protected]> 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 <[email protected]> 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