]> err.no Git - util-linux/commitdiff
mount: fix coding style
authorKarel Zak <kzak@redhat.com>
Fri, 28 May 2010 12:58:22 +0000 (14:58 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 28 May 2010 12:58:22 +0000 (14:58 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
mount/mount.c

index 4f2dcd24ff7148ac54b2a470a839ef1a64416d32..865665bfa1c0d1705306afd449ec9d540a2a4363 100644 (file)
@@ -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);