-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 310452 b: refs/heads/master c: 38b5faf h: refs/heads/master v: v3
- Loading branch information
Dan Magenheimer
authored and
Konrad Rzeszutek Wilk
committed
May 15, 2012
1 parent
3216bbe
commit e8195eb
Showing
5 changed files
with
71 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: c3ba9698152b17fdc2c7cd0f7cbeb571e3367e9d | ||
refs/heads/master: 38b5faf4b178d5279b1fca5d7dadc68881342660 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#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; | ||
extern struct swap_list_t swap_list; | ||
extern struct swap_info_struct *swap_info[]; | ||
extern int try_to_unuse(unsigned int, bool, unsigned long); | ||
|
||
#endif /* _LINUX_SWAPFILE_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters