projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4d07a3
)
f2fs: declare static function
author
Jaegeuk Kim
<jaegeuk@kernel.org>
Wed, 23 Dec 2015 22:56:09 +0000
(14:56 -0800)
committer
Jaegeuk Kim
<jaegeuk@kernel.org>
Wed, 30 Dec 2015 18:14:14 +0000
(10:14 -0800)
The __f2fs_commit_super is static.
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/super.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/f2fs/super.c
b/fs/f2fs/super.c
index 597b533634e006b8d31c0b1bd9de038c5fa919bf..75704d9caae2c015031739147e23e79bdce8e48d 100644
(file)
--- a/
fs/f2fs/super.c
+++ b/
fs/f2fs/super.c
@@
-1195,7
+1195,7
@@
next:
return 0;
}
-int __f2fs_commit_super(struct f2fs_sb_info *sbi, int block)
+
static
int __f2fs_commit_super(struct f2fs_sb_info *sbi, int block)
{
struct f2fs_super_block *super = F2FS_RAW_SUPER(sbi);
struct buffer_head *bh;