projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb40d61
)
f2fs: fix wrong #endif
author
Jaegeuk Kim
<jaegeuk@kernel.org>
Sat, 16 Feb 2019 03:04:38 +0000
(19:04 -0800)
committer
Jaegeuk Kim
<jaegeuk@kernel.org>
Wed, 13 Mar 2019 01:59:11 +0000
(18:59 -0700)
We have to cover whole headerfile with last #endif.
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/f2fs.h
patch
|
blob
|
history
diff --git
a/fs/f2fs/f2fs.h
b/fs/f2fs/f2fs.h
index f1f0d28108522f159ba4caafd442e115957af3a6..19cbf17550c76ae2c500c35f66a7b8ce5087bbe5 100644
(file)
--- a/
fs/f2fs/f2fs.h
+++ b/
fs/f2fs/f2fs.h
@@
-3626,8
+3626,6
@@
extern void f2fs_build_fault_attr(struct f2fs_sb_info *sbi, unsigned int rate,
#define f2fs_build_fault_attr(sbi, rate, type) do { } while (0)
#endif
-#endif
-
static inline bool is_journalled_quota(struct f2fs_sb_info *sbi)
{
#ifdef CONFIG_QUOTA
@@
-3640,3
+3638,5
@@
static inline bool is_journalled_quota(struct f2fs_sb_info *sbi)
#endif
return false;
}
+
+#endif