Whamcloud - gitweb
tune2fs: quiet llvm build warning
authorAndreas Dilger <adilger@dilger.ca>
Wed, 30 Aug 2017 05:56:08 +0000 (01:56 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 30 Aug 2017 05:56:08 +0000 (01:56 -0400)
commit20ad2d05dff98c3a7dd313646036784c1a044343
tree2e731efe9f4aa87f4aaa47bd28a05e62cd49d932
parent58a31b508e2cc520565d5de20c9087ac36923164
tune2fs: quiet llvm build warning

Quiet a relatively harmless build warning:

tune2fs.c:928:18: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (pass == 1 && (inode->i_flags & EXT4_EA_INODE_FL) ||
    ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
tune2fs.c:928:18: place parentheses around '&&' to silence warning

Signed-off-by: Andreas Dilger <adilger@dilger.ca>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/tune2fs.c