| Kernel v2.6.9 /Documentation/filesystems/vfs.txt |
|---|
 2.6.9
 Documentation
 filesystems
 vfs.txt
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 *);
|