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

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

Advertisement

Kernel v2.6.9-final /Documentation/filesystems/vfs.txt

Filename:/Documentation/filesystems/vfs.txt
Lines Added:1
Lines Deleted:1
Also changed in: (Previous) 2.6.9-rc4  2.6.9-rc3  2.6.9-rc2-bk15  2.6.9-rc2-bk14  2.6.9-rc2-bk13  2.6.9-rc2-bk12 
(Following) 2.6.9  2.6.9-bk2  2.6.9-bk3  2.6.9-bk4  2.6.9-bk5  2.6.9-bk6 

Location
[  2.6.9-final
  [  Documentation
    [  filesystems
       o  vfs.txt

Patch

diff -Nru a/Documentation/filesystems/vfs.txt b/Documentation/filesystems/vfs.txt
--- a/Documentation/filesystems/vfs.txt   2004-10-15 20:05:19 -07:00
+++ b/Documentation/filesystems/vfs.txt   2004-10-15 20:05:19 -07:00
@@ -176,7 +176,7 @@
 
 struct super_operations {
    void (*read_inode) (struct inode *);
-   void (*write_inode) (struct inode *, int);
+   int (*write_inode) (struct inode *, int);
    void (*put_inode) (struct inode *);
    void (*drop_inode) (struct inode *);
    void (*delete_inode) (struct inode *);


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