[ros-dev] [ros-diffs] [dcote] 25570: =================================================================== ntoskrnl/fsrtl/fastio.c =================================================================== Fixed @implemented/@unimplemented tags =================================================================== Index: ntoskrnl/cc/mdl.c =================================================================== Fixed a comment.

Peter Ward dralnix at gmail.com
Sun Jan 21 23:03:50 CET 2007


    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 at 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=25570&r1=25569&r2=25570&view=diff
> ==============================================================================
> --- 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 at 8
> + * CcMdlReadComplete2 at 8
>   *
>   * DESCRIPTION
>   *
>
> Modified: trunk/reactos/ntoskrnl/fsrtl/fastio.c
> URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/fsrtl/fastio.c?rev=25570&r1=25569&r2=25570&view=diff
> ==============================================================================
> --- 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,
>
>
>
>   



More information about the Ros-dev mailing list