Documentation/filesystems/fat_cvf.txt

From: Hirokazu Nomoto (hng@ps.ksky.ne.jp)
Date: Mon Oct 01 2001 - 12:40:01 EST


Hello.
I made a patch for Documentation/filesystems/fat_cvf.txt.
Its 2.2 version is identical to its 2.4 version.
I don't know this maintainer, so I send you.

Best regards,
===
--- fat_cvf.txt Mon Mar 26 01:31:56 2001
+++ fat_cvf.txt.new Tue Oct 2 01:50:21 2001
@@ -112,7 +112,7 @@
   int (*mount_cvf) (struct super_block*sb,char*options);
   int (*unmount_cvf) (struct super_block*sb);
   [...]
- void (*cvf_zero_cluster) (struct inode*inode,int clusternr);
+ void (*zero_out_cluster) (struct inode*, int clusternr);
 }
 
 This structure defines the capabilities of a CVF module. It must be filled
@@ -161,8 +161,8 @@
       functions. NULL means use the original FAT driver functions instead.
       If you really want "no action", write a function that does nothing and
       hang it in instead.
- - cvf_zero_cluster:
- The cvf_zero_cluster function is called when the fat driver wants to
+ - zero_out_cluster:
+ The zero_out_cluster function is called when the fat driver wants to
       zero out a (new) cluster. This is important for directories (mkdir).
       If it is NULL, the FAT driver defaults to overwriting the whole
       cluster with zeros. Note that clusternr is absolute, not relative
===
Hirokazu Nomoto / JF Project
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sun Oct 07 2001 - 21:00:15 EST