X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Documentation%2Ffilesystems%2Fvfs.txt;h=5be10c915614210fece4627d97a6dbe0987793b2;hb=82ba8664b914f9985d674bd8773799cd734d9835;hp=9557ea1846d2cdcb509443d87acd88c12bac8796;hpb=a91482bdcc2e0f6035702e46f1b99043a0893346;p=linux-2.6.git diff --git a/Documentation/filesystems/vfs.txt b/Documentation/filesystems/vfs.txt index 9557ea184..5be10c915 100644 --- a/Documentation/filesystems/vfs.txt +++ b/Documentation/filesystems/vfs.txt @@ -176,7 +176,7 @@ filesystem. As of kernel 2.1.99, the following members are defined: 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 *);