Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs/include
In directory usw-pr-cvs1:/tmp/cvs-serv31088/include
Modified Files:
attrib.h
Log Message:
Mft mirror now updated from ntfs_write_mft_record, yey! Fixup ntfstools accordingly.
Index: attrib.h
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/include/attrib.h,v
retrieving revision 1.38
retrieving revision 1.39
diff -U2 -r1.38 -r1.39
--- attrib.h 5 Jun 2002 00:29:18 -0000 1.38
+++ attrib.h 5 Jun 2002 20:32:53 -0000 1.39
@@ -187,5 +187,5 @@
const __s64 bk_cnt, const __u32 bk_size, void *dst);
extern __s64 ntfs_attr_mst_pwrite(ntfs_attr *na, const __s64 pos,
- const __s64 bk_cnt, const __u32 bk_size, void *src);
+ __s64 bk_cnt, const __u32 bk_size, void *src);
extern run_list_element *ntfs_merge_run_lists(run_list_element *drl,
|