Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26717
b: refs/heads/master
c: e6333fd
h: refs/heads/master
i:
  26715: 59d371c
v: v3
  • Loading branch information
Hua Zhong authored and Linus Torvalds committed May 15, 2006
1 parent 2fed2af commit f8c0d47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 41e5a6ac80c600e1f8bda0a4871f0b797e097d78
refs/heads/master: e6333fd4ddf7a583480017f535b9ea53c116ab81
2 changes: 1 addition & 1 deletion trunk/include/linux/swap.h
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ static inline void disable_swap_token(void)
#define read_swap_cache_async(swp,vma,addr) NULL
#define lookup_swap_cache(swp) NULL
#define valid_swaphandles(swp, off) 0
#define can_share_swap_page(p) 0
#define can_share_swap_page(p) (page_mapcount(p) == 1)
#define move_to_swap_cache(p, swp) 1
#define move_from_swap_cache(p, i, m) 1
#define __delete_from_swap_cache(p) /*NOTHING*/
Expand Down

0 comments on commit f8c0d47

Please sign in to comment.