Whamcloud - gitweb
b=4336
[fs/lustre-release.git] / lustre / kernel_patches / patches / seq-private-2.4.19-pre1.patch
1 Index: linux-2.4.19-pre1/include/linux/seq_file.h
2 ===================================================================
3 --- linux-2.4.19-pre1.orig/include/linux/seq_file.h     2001-11-11 22:23:14.000000000 +0300
4 +++ linux-2.4.19-pre1/include/linux/seq_file.h  2003-11-21 03:09:39.000000000 +0300
5 @@ -12,6 +12,7 @@
6         loff_t index;
7         struct semaphore sem;
8         struct seq_operations *op;
9 +       void *private;
10  };
11  
12  struct seq_operations {