projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1e33a0
)
f2fs: declare f2fs_convert_inline_dir as a static function
author
Jaegeuk Kim
<jaegeuk@kernel.org>
Tue, 21 Oct 2014 03:28:49 +0000
(20:28 -0700)
committer
Jaegeuk Kim
<jaegeuk@kernel.org>
Tue, 4 Nov 2014 00:07:35 +0000
(16:07 -0800)
This patch declares f2fs_convert_inline_dir as a static function, which was
reported by kbuild test robot.
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/inline.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/f2fs/inline.c
b/fs/f2fs/inline.c
index 024546b80fd03324d5a5f8c367115b0ceb4bc76e..d9daf76aa9cd7ef6ca6bdc7493357ca3f0f3127e 100644
(file)
--- a/
fs/f2fs/inline.c
+++ b/
fs/f2fs/inline.c
@@
-330,7
+330,7
@@
int make_empty_inline_dir(struct inode *inode, struct inode *parent,
return 0;
}
-int f2fs_convert_inline_dir(struct inode *dir, struct page *ipage,
+
static
int f2fs_convert_inline_dir(struct inode *dir, struct page *ipage,
struct f2fs_inline_dentry *inline_dentry)
{
struct page *page;