Whamcloud - gitweb
land v0.9.1 on HEAD, in preparation for a 1.0.x branch
[fs/lustre-release.git] / lustre / kernel_patches / patches / add_page_private.patch
1  include/linux/mm.h |    1 +
2  1 files changed, 1 insertion(+)
3
4 --- linux-2.4.20-b_llpio-l21/include/linux/mm.h~add_page_private        2003-07-21 21:42:50.000000000 -0700
5 +++ linux-2.4.20-b_llpio-l21-zab/include/linux/mm.h     2003-07-21 21:44:16.000000000 -0700
6 @@ -162,6 +162,7 @@ typedef struct page {
7                                            protected by pagemap_lru_lock !! */
8         struct page **pprev_hash;       /* Complement to *next_hash. */
9         struct buffer_head * buffers;   /* Buffer maps us to a disk block. */
10 +       unsigned long private;
11  
12         /*
13          * On machines where all RAM is mapped into kernel address space,
14
15 _