f2fs: add comment for conditional compilation statement
authorChao Yu <yuchao0@huawei.com>
Tue, 2 Apr 2019 10:52:20 +0000 (18:52 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Fri, 5 Apr 2019 16:35:02 +0000 (09:35 -0700)
commite1074d4b1deb2d26cca5a4aae765939ead91f551
treee1b7e51253adc42f013c967b010103ea51ce43ff
parent186857c5a14aee85cace2ae7a36c6e43b9d3c7a5
f2fs: add comment for conditional compilation statement

Commit af033b2aa8a8 ("f2fs: guarantee journalled quota data by checkpoint")
added function is_journalled_quota() in f2fs.h, but it located outside of
_LINUX_F2FS_H macro coverage, it has been fixed with commit 0af725fcb77a
("f2fs: fix wrong #endif").

But anyway, in order to avoid making same mistake latter, let's add single
line comment to notice which #if the last #endif is corresponding to.

Signed-off-by: Chao Yu <yuchao0@huawei.com>
[Jaegeuk Kim: Remove unnecessary empty EOL]
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/f2fs.h