fix for 2.3.36 UDF typo

From: Harald Koenig (koenig@tat.physik.uni-tuebingen.de)
Date: Thu Jan 06 2000 - 06:12:44 EST


I needed the following small patchlet to compile UDF module in 2.3.26:

--- linux/fs/udf/inode.c~ Wed Jan 5 21:39:32 2000
+++ linux/fs/udf/inode.c Wed Jan 5 22:30:24 2000
@@ -1157,7 +1157,7 @@
                 }
                 case FILE_TYPE_FIFO:
                 {
- init_special_inode(inode, inode->i_mode|S_FIFO, 0);
+ init_special_inode(inode, inode->i_mode|S_IFIFO, 0);
                         break;
                 }
                 case FILE_TYPE_SYMLINK:

Harald

-- 
All SCSI disks will from now on                     ___       _____
be required to send an email notice                0--,|    /OOOOOOO\
24 hours prior to complete hardware failure!      <_/  /  /OOOOOOOOOOO\
                                                    \  \/OOOOOOOOOOOOOOO\
                                                      \ OOOOOOOOOOOOOOOOO|//
Harald Koenig,                                         \/\/\/\/\/\/\/\/\/
Inst.f.Theoret.Astrophysik                              //  /     \\  \
koenig@tat.physik.uni-tuebingen.de                     ^^^^^       ^^^^^

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Jan 07 2000 - 21:00:05 EST