Whamcloud - gitweb
b=4336
[fs/lustre-release.git] / lustre / kernel_patches / patches / add_page_private-2.4.19-pre1.patch
1  include/linux/mm.h |    1 +
2  1 files changed, 1 insertion(+)
3
4 Index: linux-2.4.19-pre1/include/linux/mm.h
5 ===================================================================
6 --- linux-2.4.19-pre1.orig/include/linux/mm.h   2003-11-20 19:24:06.000000000 +0300
7 +++ linux-2.4.19-pre1/include/linux/mm.h        2003-11-21 02:00:13.000000000 +0300
8 @@ -162,6 +162,7 @@
9         wait_queue_head_t wait;         /* Page locked?  Stand in line... */
10         struct page **pprev_hash;       /* Complement to *next_hash. */
11         struct buffer_head * buffers;   /* Buffer maps us to a disk block. */
12 +       unsigned long private;
13         void *virtual;                  /* Kernel virtual address (NULL if
14                                            not kmapped, ie. highmem) */
15         struct zone_struct *zone;       /* Memory zone we are in. */