Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-android
[firefly-linux-kernel-4.4.55.git] / fs / squashfs / squashfs_fs_sb.h
index 1da565cb50c3d0f1e652671dd7a81577b598ca2f..8a6995de02773d0387ab36070c1ed1aac8228e6b 100644 (file)
@@ -49,7 +49,7 @@ struct squashfs_cache_entry {
        int                     num_waiters;
        wait_queue_head_t       wait_queue;
        struct squashfs_cache   *cache;
-       void                    **data;
+       struct page             **page;
        struct squashfs_page_actor      *actor;
 };