diff options
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 c2fd0a80db16..5635cc5a9d4d 100644 --- a/fs/f2fs/data.c +++ b/fs/f2fs/data.c | |||
@@ -545,7 +545,7 @@ redirty_out: | |||
545 | 545 | ||
546 | #define MAX_DESIRED_PAGES_WP 4096 | 546 | #define MAX_DESIRED_PAGES_WP 4096 |
547 | 547 | ||
548 | int f2fs_write_data_pages(struct address_space *mapping, | 548 | static int f2fs_write_data_pages(struct address_space *mapping, |
549 | struct writeback_control *wbc) | 549 | struct writeback_control *wbc) |
550 | { | 550 | { |
551 | struct inode *inode = mapping->host; | 551 | struct inode *inode = mapping->host; |