From 87c9548fe513db6d4da2d7f0197ef1b9bb009bad Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Fri, 28 May 2010 14:58:22 +0200 Subject: [PATCH] mount: fix coding style Signed-off-by: Karel Zak --- mount/mount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mount/mount.c b/mount/mount.c index 4f2dcd24..865665bf 100644 --- a/mount/mount.c +++ b/mount/mount.c @@ -1440,7 +1440,7 @@ try_mount_one (const char *spec0, const char *node0, const char *types0, * and 'rw' in mtab. */ if (!fake && mnt5_res == 0 && - !(flags & MS_RDONLY) && !(flags & MS_PROPAGATION) && !(flags & MS_MOVE) && + !(flags & (MS_RDONLY | MS_PROPAGATION | MS_MOVE)) && is_readonly(node)) { printf(_("mount: warning: %s seems to be mounted read-only.\n"), node); -- 2.39.5