Changes by: flatcap
Update of /cvsroot/linux-ntfs/dynamic-disk
In directory usw-pr-cvs1:/tmp/cvs-serv4849
Modified Files:
ChangeLog Makefile
Log Message:
figured out all of the vblk flags. now I'm certain of what to expect.
also, now check the vblk's length.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/linux-ntfs/dynamic-disk/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -U2 -r1.12 -r1.13
--- ChangeLog 24 Feb 2002 21:21:23 -0000 1.12
+++ ChangeLog 9 Mar 2002 01:58:42 -0000 1.13
@@ -1,2 +1,9 @@
+2002-03-09 Richard Russon <ld...@fl...>
+
+ * I've finally managed to decipher all the flags and I now
+ understand the VBLK numbering.
+ * Added checks for the lengths of VBLKs.
+ * Removed some redundant checks of VBLKs.
+
2002-02-24 Jakob Kemi <jak...@te...>
* Total redesign of multipart VBLK record handling.
Index: Makefile
===================================================================
RCS file: /cvsroot/linux-ntfs/dynamic-disk/Makefile,v
retrieving revision 1.11
retrieving revision 1.12
diff -U2 -r1.11 -r1.12
--- Makefile 23 Feb 2002 16:38:51 -0000 1.11
+++ Makefile 9 Mar 2002 01:58:42 -0000 1.12
@@ -59,5 +59,5 @@
$(RM) $(LINKS)
find . -name tags -exec $(RM) {} \;
- find . -name \*.data \*.part -exec $(RM) {} \;
+ find . -name \*.data -o -name \*.part -exec $(RM) {} \;
docs:
|