swap: change swap_list_head to plist, add swap_avail_head
[platform/adaptation/renesas_rcar/renesas_kernel.git] / include / linux / swapfile.h
index e282624..388293a 100644 (file)
@@ -6,7 +6,7 @@
  * want to expose them to the dozens of source files that include swap.h
  */
 extern spinlock_t swap_lock;
-extern struct swap_list_t swap_list;
+extern struct plist_head swap_active_head;
 extern struct swap_info_struct *swap_info[];
 extern int try_to_unuse(unsigned int, bool, unsigned long);