]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/swapfile.h
swap: change swap_info singly-linked list to list_head
[karo-tx-linux.git] / include / linux / swapfile.h
index e282624e8c10b0ab7bfcdd89e59875a760ec6f3c..2eab382d593dd737f402ff6736fee686d6297a9b 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 list_head swap_list_head;
 extern struct swap_info_struct *swap_info[];
 extern int try_to_unuse(unsigned int, bool, unsigned long);