Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 16847
b: refs/heads/master
c: 152194a
h: refs/heads/master
i:
  16845: 720b590
  16843: 61f9bf6
  16839: 3253ff3
  16831: 4704438
v: v3
  • Loading branch information
Avishay Traeger authored and Linus Torvalds committed Jan 9, 2006
1 parent 5a8666b commit a9696e3
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: aea47ff363c15b0be5fc27ed991b1fdee338f0a7
refs/heads/master: 152194aaa6266d71dfee57882a23def339ef17a4
2 changes: 1 addition & 1 deletion trunk/include/linux/mm.h
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ struct page {
*/
#define get_page_testone(p) atomic_inc_and_test(&(p)->_count)

#define set_page_count(p,v) atomic_set(&(p)->_count, v - 1)
#define set_page_count(p,v) atomic_set(&(p)->_count, (v) - 1)
#define __put_page(p) atomic_dec(&(p)->_count)

extern void FASTCALL(__page_cache_release(struct page *));
Expand Down

0 comments on commit a9696e3

Please sign in to comment.