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

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

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

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

Location
[  2.6.9
  [  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-18 14:56:48 -07:00
+++ b/Documentation/filesystems/vfs.txt   2004-10-18 14:56:48 -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.