diff options
author | Chao Yu <yuchao0@huawei.com> | 2018-05-30 00:20:39 +0800 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2018-05-31 11:31:53 -0700 |
commit | fc99fe27b9a2cfb4ae5d869a116a73a17b075abf (patch) | |
tree | 59fba6e429fdeb7588f61975bd036c391dbab8d1 /fs/f2fs/data.c | |
parent | 9fd62605bba9a8c964d4ef57c2d2383bfc530bf2 (diff) |
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.c | 2 |
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) { |