]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/swapfile.h
Merge branch 'for-jens' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/linux...
[karo-tx-linux.git] / include / linux / swapfile.h
index e282624e8c10b0ab7bfcdd89e59875a760ec6f3c..388293a91e8c99d372a9dde30f9dbdefa40e5d72 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);