Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0af725fc authored by Jaegeuk Kim's avatar Jaegeuk Kim
Browse files

f2fs: fix wrong #endif



We have to cover whole headerfile with last #endif.

Reviewed-by: default avatarChao Yu <yuchao0@huawei.com>
Signed-off-by: default avatarJaegeuk Kim <jaegeuk@kernel.org>
parent fb40d618
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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