summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/data.c
diff options
context:
space:
mode:
authorChao Yu <yuchao0@huawei.com>2018-05-29 18:20:39 +0200
committerJaegeuk Kim <jaegeuk@kernel.org>2018-05-31 20:31:53 +0200
commitfc99fe27b9a2cfb4ae5d869a116a73a17b075abf (patch)
tree59fba6e429fdeb7588f61975bd036c391dbab8d1 /fs/f2fs/data.c
parentf2fs: fix to avoid accessing cross the boundary (diff)
downloadlinux-fc99fe27b9a2cfb4ae5d869a116a73a17b075abf.tar.xz
linux-fc99fe27b9a2cfb4ae5d869a116a73a17b075abf.zip
f2fs: make __f2fs_write_data_pages() static
Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'fs/f2fs/data.c')
-rw-r--r--fs/f2fs/data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/f2fs/data.c b/fs/f2fs/data.c
index 97e6df852f37..10aa4d9a4b7c 100644
--- a/fs/f2fs/data.c
+++ b/fs/f2fs/data.c
@@ -2072,7 +2072,7 @@ continue_unlock:
return ret;
}
-int __f2fs_write_data_pages(struct address_space *mapping,
+static int __f2fs_write_data_pages(struct address_space *mapping,
struct writeback_control *wbc,
enum iostat_type io_type)
{