Hi Vojtech

I've just downloaded and tried to install the new usb-backport on a clean
2.2.16 kernel, but when i try to apply the ReiserFS patch, it fails on 4 hunks.
(I tried to apply first the ReiserFS patch and then the usb, and then the
usb-backport patch fails on the same file: fs.h)
Here I send the .rej file that the process generated

Bye

Victor Rossetti, M.D.
Valencia,  Venezuela
[EMAIL PROTECTED]
***************
*** 279,284 ****
  #include <linux/hfs_fs_i.h>
  #include <linux/adfs_fs_i.h>
  #include <linux/qnx4_fs_i.h>
  
  /*
   * Attribute flags.  These should be or-ed together to figure out what
--- 279,285 ----
  #include <linux/hfs_fs_i.h>
  #include <linux/adfs_fs_i.h>
  #include <linux/qnx4_fs_i.h>
+ #include <linux/reiserfs_fs_i.h>
  
  /*
   * Attribute flags.  These should be or-ed together to figure out what
***************
*** 392,397 ****
  		struct hfs_inode_info		hfs_i;
  		struct adfs_inode_info		adfs_i;
  		struct qnx4_inode_info		qnx4_i;
  		struct socket			socket_i;
  		void				*generic_ip;
  	} u;
--- 393,399 ----
  		struct hfs_inode_info		hfs_i;
  		struct adfs_inode_info		adfs_i;
  		struct qnx4_inode_info		qnx4_i;
+ 	        struct reiserfs_inode_info	reiserfs_i;
  		struct socket			socket_i;
  		void				*generic_ip;
  	} u;
***************
*** 514,519 ****
  #include <linux/hfs_fs_sb.h>
  #include <linux/adfs_fs_sb.h>
  #include <linux/qnx4_fs_sb.h>
  
  extern struct list_head super_blocks;
  
--- 516,522 ----
  #include <linux/hfs_fs_sb.h>
  #include <linux/adfs_fs_sb.h>
  #include <linux/qnx4_fs_sb.h>
+ #include <linux/reiserfs_fs_sb.h>
  
  extern struct list_head super_blocks;
  
***************
*** 557,562 ****
  		struct hfs_sb_info	hfs_sb;
  		struct adfs_sb_info	adfs_sb;
  		struct qnx4_sb_info	qnx4_sb;	   
  		void			*generic_sbp;
  	} u;
  	/*
--- 560,566 ----
  		struct hfs_sb_info	hfs_sb;
  		struct adfs_sb_info	adfs_sb;
  		struct qnx4_sb_info	qnx4_sb;	   
+ 	        struct reiserfs_sb_info	reiserfs_sb;	   
  		void			*generic_sbp;
  	} u;
  	/*
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to