f2fs: fix endian conversion bugs reported by sparse
[GitHub/exynos8895/android_kernel_samsung_universal8895.git] / fs / f2fs / data.c
index c2fd0a80db16ef2d824eba571aa9ba5e52f5f4f1..5635cc5a9d4dc06cf1e2fb9ee3abecd5ad68c0a1 100644 (file)
@@ -545,7 +545,7 @@ redirty_out:
 
 #define MAX_DESIRED_PAGES_WP   4096
 
-int f2fs_write_data_pages(struct address_space *mapping,
+static int f2fs_write_data_pages(struct address_space *mapping,
                            struct writeback_control *wbc)
 {
        struct inode *inode = mapping->host;