Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.3.48 /fs/fifo.c

Filename:/fs/fifo.c
Lines Added:1
Lines Deleted:5
Also changed in: (Previous) 2.3.43  2.3.38  2.3.37  2.3.30  2.3.15  2.3.10 
(Following) 2.3.50  2.3.99-pre3  2.5.48 

Location
[  2.3.48
  [  fs
     o  fifo.c

Patch

diff -u --recursive --new-file v2.3.47/linux/fs/fifo.c linux/fs/fifo.c
--- v2.3.47/linux/fs/fifo.c   Thu Feb 10 17:11:17 2000
+++ linux/fs/fifo.c   Sat Feb 26 20:33:06 2000
@@ -152,10 +152,6 @@
  * is contain the open that then fills in the correct operations
  * depending on the access mode of the file...
  */
-static struct file_operations def_fifo_fops = {
+struct file_operations def_fifo_fops = {
    open:      fifo_open,   /* will set read or write pipe_fops */
-};
-
-struct inode_operations fifo_inode_operations = {
-   &def_fifo_fops,      /* default file operations */
 };


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.