patch-2.1.56 linux/fs/proc/scsi.c

Next file: linux/fs/read_write.c
Previous file: linux/fs/proc/mem.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.55/linux/fs/proc/scsi.c linux/fs/proc/scsi.c
@@ -33,7 +33,7 @@
 			 char * buf, unsigned long count);
 static long proc_writescsi(struct inode * inode, struct file * file,
 			 const char * buf, unsigned long count);
-static long long proc_scsilseek(struct inode *, struct file *, long long, int);
+static long long proc_scsilseek(struct file *, long long, int);
 
 extern void build_proc_dir_hba_entries(uint);
 
@@ -177,8 +177,7 @@
 }
 
 
-static long long proc_scsilseek(struct inode * inode, struct file * file, 
-				long long offset, int orig)
+static long long proc_scsilseek(struct file * file, long long offset, int orig)
 {
     switch (orig) {
     case 0:

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov