diff options
| author | Hou Pengyang <houpengyang@huawei.com> | 2017-05-17 02:48:48 +0000 |
|---|---|---|
| committer | Moyster <oysterized@gmail.com> | 2017-07-21 12:37:19 +0200 |
| commit | 74a5b195c840c9b077f2d596fde34730cfd8ce68 (patch) | |
| tree | c4589a35cd0caff70eaa47fa104211cae3d33155 /fs | |
| parent | b40d1880039d42f0b4a666c6c7932e9f871ae460 (diff) | |
f2fs: declare load_free_nid_bitmap static
Signed-off-by: Hou Pengyang <houpengyang@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'fs')
| -rw-r--r-- | fs/f2fs/node.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/f2fs/node.c b/fs/f2fs/node.c index ca5de747e..9c3a9c1c9 100644 --- a/fs/f2fs/node.c +++ b/fs/f2fs/node.c @@ -2572,7 +2572,7 @@ static int __get_nat_bitmaps(struct f2fs_sb_info *sbi) return 0; } -inline void load_free_nid_bitmap(struct f2fs_sb_info *sbi) +static inline void load_free_nid_bitmap(struct f2fs_sb_info *sbi) { struct f2fs_nm_info *nm_i = NM_I(sbi); unsigned int i = 0; |
