Re: [PATCH] VFS: Differentiate mount flags (MS_*) from internal superblock flags

From: David Howells
Date: Wed Jun 14 2017 - 10:57:03 EST


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