Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs
In directory usw-pr-cvs1:/tmp/cvs-serv27644a
Modified Files:
ChangeLog
Log Message:
Rename mft code adding ntfs_ prefix. Change all return values to zero on success. Thanks to mattjf for pointing out the inconsistencies.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -U2 -r1.42 -r1.43
--- ChangeLog 19 Apr 2002 21:48:31 -0000 1.42
+++ ChangeLog 20 Apr 2002 01:53:02 -0000 1.43
@@ -15,6 +15,6 @@
ntfs_mst_p{read,write}(), and
ntfs_{read,write}_clusters().
- mft.[ch] provide: {read,write}_mft_record(),
- {read,write}_mft_recrods(), and
+ mft.[ch] provide: ntfs_{read,write}_mft_record(),
+ ntfs_{read,write}_mft_recrods(), and
get_mft_record_data_size().
- Add -Wall to compiler options when ./configure is run with
@@ -22,5 +22,5 @@
- Fix minor error code path bugs in mkntfs.c that showed up with -Wall.
- Fix all compiler warnings that showed up with -Wall.
- - Add new API function, provided by mft.[ch]: read_file_record().
+ - Add new API function, provided by mft.[ch]: ntfs_read_file_record().
- Add new API calls provided by unistr.[ch]:
ntfs_ucstombs() and ntfs_mbstoucs().
|