[PATCH 1/6 resend] fs: use << for MS_* flags

2018-05-02 Thread Christian Brauner
Signed-off-by: Christian Brauner --- include/uapi/linux/fs.h | 33 + 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/include/uapi/linux/fs.h b/include/uapi/linux/fs.h index d2a8313fabd7..9662790a657c 100644 ---

[PATCH 1/6 resend] fs: use << for MS_* flags

2018-05-02 Thread Christian Brauner
Signed-off-by: Christian Brauner --- include/uapi/linux/fs.h | 33 + 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/include/uapi/linux/fs.h b/include/uapi/linux/fs.h index d2a8313fabd7..9662790a657c 100644 --- a/include/uapi/linux/fs.h +++

[PATCH 1/6 RESEND] fs: use << for MS_* flags

2018-04-18 Thread Christian Brauner
Consistenly use << to define MS_* constants. Signed-off-by: Christian Brauner Cc: Alexander Viro --- include/uapi/linux/fs.h | 33 + 1 file changed, 17 insertions(+), 16 deletions(-) diff --git

[PATCH 1/6 RESEND] fs: use << for MS_* flags

2018-04-18 Thread Christian Brauner
Consistenly use << to define MS_* constants. Signed-off-by: Christian Brauner Cc: Alexander Viro --- include/uapi/linux/fs.h | 33 + 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/include/uapi/linux/fs.h b/include/uapi/linux/fs.h index