projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc15620
)
f2fs: declare load_free_nid_bitmap static
author
Hou Pengyang
<houpengyang@huawei.com>
Wed, 17 May 2017 02:48:48 +0000
(
02:48
+0000)
committer
Jaegeuk Kim
<jaegeuk@kernel.org>
Wed, 24 May 2017 04:07:16 +0000
(21:07 -0700)
Signed-off-by: Hou Pengyang <houpengyang@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/node.c
patch
|
blob
|
history
diff --git
a/fs/f2fs/node.c
b/fs/f2fs/node.c
index 41bb632ac2e0dde9bc018eb4a07907f3961d84f3..d22db8ce0a6926045e57bca51b96bcc74a354f49 100644
(file)
--- a/
fs/f2fs/node.c
+++ b/
fs/f2fs/node.c
@@
-2552,7
+2552,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;