The ======== lines and stating the files that are modified are not
really needed and come out bad in the IRC channel (files modified are
already stated anyway).
Regards
Peter
dcote(a)svn.reactos.org wrote:
Author: dcote
Date: Mon Jan 22 00:01:57 2007
New Revision: 25570
URL:
http://svn.reactos.org/svn/reactos?rev=25570&view=rev
Log:
===================================================================
ntoskrnl/fsrtl/fastio.c
===================================================================
Fixed @implemented/@unimplemented tags
===================================================================
Index: ntoskrnl/cc/mdl.c
===================================================================
Fixed a comment.
Modified:
trunk/reactos/ntoskrnl/cc/mdl.c
trunk/reactos/ntoskrnl/fsrtl/fastio.c
Modified: trunk/reactos/ntoskrnl/cc/mdl.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/cc/mdl.c?rev=2557…
==============================================================================
--- trunk/reactos/ntoskrnl/cc/mdl.c (original)
+++ trunk/reactos/ntoskrnl/cc/mdl.c Mon Jan 22 00:01:57 2007
@@ -34,7 +34,7 @@
/*
* NAME INTERNAL
- * CcMdlReadCompleteDev@8
+ * CcMdlReadComplete2@8
*
* DESCRIPTION
*
Modified: trunk/reactos/ntoskrnl/fsrtl/fastio.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/fsrtl/fastio.c?re…
==============================================================================
--- trunk/reactos/ntoskrnl/fsrtl/fastio.c (original)
+++ trunk/reactos/ntoskrnl/fsrtl/fastio.c Mon Jan 22 00:01:57 2007
@@ -77,6 +77,9 @@
}
+/*
+ * @implemented
+ */
BOOLEAN
NTAPI
FsRtlCopyRead(IN PFILE_OBJECT FileObject,
@@ -244,6 +247,9 @@
}
+/*
+ * @implemented
+ */
BOOLEAN
NTAPI
FsRtlCopyWrite(IN PFILE_OBJECT FileObject,
@@ -715,6 +721,9 @@
return FALSE;
}
+/*
+ * @implemented
+ */
BOOLEAN
NTAPI
FsRtlMdlReadComplete(IN PFILE_OBJECT FileObject,