X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Flinux%2Fswapfile.h;h=388293a91e8c99d372a9dde30f9dbdefa40e5d72;hb=d540b168908615f1382b7eb3dfa12f95fc79bba0;hp=e282624e8c10b0ab7bfcdd89e59875a760ec6f3c;hpb=17fae1cdea2fd131984facfb24923a3eb78c63d0;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git diff --git a/include/linux/swapfile.h b/include/linux/swapfile.h index e282624..388293a 100644 --- a/include/linux/swapfile.h +++ b/include/linux/swapfile.h @@ -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);