aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pagevec.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/pagevec.h')
-rw-r--r--include/linux/pagevec.h2
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
14struct page; 14struct page;
15struct address_space; 15struct address_space;