Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 16950
b: refs/heads/master
c: 7885401
h: refs/heads/master
v: v3
  • Loading branch information
David Howells authored and Linus Torvalds committed Jan 9, 2006
1 parent 5ed7b04 commit 97e4d64
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 53dbb26dbcf0d844967677633d7587c1d34740d5
refs/heads/master: 788540141f4549637e89aadca6e25cf25eb53383
5 changes: 5 additions & 0 deletions trunk/include/linux/pagevec.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
* pages. A pagevec is a multipage container which is used for that.
*/

#ifndef _LINUX_PAGEVEC_H
#define _LINUX_PAGEVEC_H

/* 14 pointers + two long's align the pagevec structure to a power of two */
#define PAGEVEC_SIZE 14

Expand Down Expand Up @@ -83,3 +86,5 @@ static inline void pagevec_lru_add(struct pagevec *pvec)
if (pagevec_count(pvec))
__pagevec_lru_add(pvec);
}

#endif /* _LINUX_PAGEVEC_H */

0 comments on commit 97e4d64

Please sign in to comment.