diff options
Diffstat (limited to 'include/linux/pagevec.h')
-rw-r--r-- | include/linux/pagevec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/pagevec.h b/include/linux/pagevec.h index bab82f4c571c..0af5218b93a8 100644 --- a/include/linux/pagevec.h +++ b/include/linux/pagevec.h | |||
@@ -9,7 +9,7 @@ | |||
9 | #define _LINUX_PAGEVEC_H | 9 | #define _LINUX_PAGEVEC_H |
10 | 10 | ||
11 | /* 14 pointers + two long's align the pagevec structure to a power of two */ | 11 | /* 14 pointers + two long's align the pagevec structure to a power of two */ |
12 | #define PAGEVEC_SIZE 14 | 12 | #define PAGEVEC_SIZE 8 |
13 | 13 | ||
14 | struct page; | 14 | struct page; |
15 | struct address_space; | 15 | struct address_space; |