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: Fabian Frederick <fabf@skynet.be> Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
This commit is contained in:
parent
94dac22e72
commit
b49ad51e6d
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ out:
|
||||||
return page;
|
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) {
|
switch (type) {
|
||||||
case META_NAT:
|
case META_NAT:
|
||||||
|
|
Loading…
Add table
Reference in a new issue