Whamcloud - gitweb
Branch HEAD
[fs/lustre-release.git] / lustre / kernel_patches / patches / fsprivate-2.6.patch
1 --- linux-2.6.5-7.141/include/linux/fs.h.orig   2005-02-01 23:56:07.000000000 +0200
2 +++ linux-2.6.5-7.141/include/linux/fs.h        2005-05-18 23:23:15.486142728 +0300
3 @@ -574,6 +574,7 @@
4  #endif /* #ifdef CONFIG_EPOLL */
5         struct address_space    *f_mapping;
6         struct lookup_intent    *f_it;
7 +       void                    *fs_private;
8  };
9  extern spinlock_t files_lock;
10  #define file_list_lock() spin_lock(&files_lock);