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

Commit b49ad51e authored by Fabian Frederick's avatar Fabian Frederick Committed by Jaegeuk Kim
Browse files

f2fs: add static to get_max_meta_blks



inline get_max_meta_blks is only used in checkpoint.c
Use standard static inline format.

Cc: Jaegeuk Kim <jaegeuk.kim@samsung.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarFabian Frederick <fabf@skynet.be>
Signed-off-by: default avatarJaegeuk Kim <jaegeuk.kim@samsung.com>
parent 94dac22e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ out:
	return page;
}

inline int get_max_meta_blks(struct f2fs_sb_info *sbi, int type)
static inline int get_max_meta_blks(struct f2fs_sb_info *sbi, int type)
{
	switch (type) {
	case META_NAT: