#ifndef _LINUX_SWAPFILE_H#define _LINUX_SWAPFILE_H/* * these were static in swapfile.c but frontswap.c needs them and we don't * want to expose them to the dozens of source files that include swap.h */extern spinlock_t swap_lock;externstruct plist_head swap_active_head;externstruct swap_info_struct *swap_info[];externint try_to_unuse(unsignedint, bool, unsignedlong);#endif /* _LINUX_SWAPFILE_H */