f2fs: guard macro variables with braces
authorTomohiro Kusumi <tkusumi@tuxera.com>
Sat, 8 Apr 2017 23:11:36 +0000 (02:11 +0300)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 11 Apr 2017 02:48:10 +0000 (19:48 -0700)
commit68afcf2d38cd7544817558757e57e7b9d5c4e72c
treef9615c9e7fe7adb2958d5b4c489aa93ed8ab5870
parent771a9a71778def4098e8baaa23854d24e33fdb2f
f2fs: guard macro variables with braces

Add braces around variables used within macros for those make sense
to do it. Many of the macros in f2fs already do this. What this commit
doesn't do is anything that changes line# as a result of adding braces,
which usually affects the binary via __LINE__.

Confirmed no diff in fs/f2fs/f2fs.ko before/after this commit on x86_64,
to make sure this has no functional change as well as there's been no
unexpected side effect due to callers' arithmetics within the existing
code.

Signed-off-by: Tomohiro Kusumi <tkusumi@tuxera.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/f2fs.h
fs/f2fs/node.c
fs/f2fs/node.h
fs/f2fs/segment.h
fs/f2fs/xattr.h