f2fs: add static to get_max_meta_blks
authorFabian Frederick <fabf@skynet.be>
Thu, 17 Apr 2014 15:51:06 +0000 (17:51 +0200)
committerJaegeuk Kim <jaegeuk.kim@samsung.com>
Wed, 7 May 2014 01:21:55 +0000 (10:21 +0900)
commitb49ad51e6d4fa665a0ab587798d36bebfdfa54a9
tree8a106fe69c67c70ff3dd9660b902461ba0baceeb
parent94dac22e72e891b16e8e8abbdb6df10f322d20e0
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>
fs/f2fs/checkpoint.c