Whamcloud - gitweb
Branch HEAD
[fs/lustre-release.git] / lustre / kernel_patches / patches / fsprivate-2.4-suse.patch
1 --- uml-2.4.24/include/linux/fs.h.orig  2005-05-18 21:27:58.120742112 +0300
2 +++ uml-2.4.24/include/linux/fs.h       2005-05-18 22:48:12.081908776 +0300
3 @@ -592,6 +592,7 @@
4         /* needed for tty driver, and maybe others */
5         void                    *private_data;
6         struct lookup_intent    *f_it;
7 +       void                    *fs_private;
8         struct list_head        f_ep_links;
9         spinlock_t              f_ep_lock;
10  };