Whamcloud - gitweb
Check "sbi->s_mb_history" before using it.
[fs/lustre-release.git] / lustre / kernel_patches / patches / i_filter_data.patch
1 Index: linux-2.6.18.8/include/linux/fs.h
2 ===================================================================
3 --- linux-2.6.18.8.orig/include/linux/fs.h      2007-06-05 12:55:19.000000000 +0200
4 +++ linux-2.6.18.8/include/linux/fs.h   2007-06-05 12:55:44.000000000 +0200
5 @@ -533,6 +533,7 @@ struct inode {
6         struct block_device     *i_bdev;
7         struct cdev             *i_cdev;
8         int                     i_cindex;
9 +       void                    *i_filterdata;
10  
11         __u32                   i_generation;
12