[freenos] r285 committed - Removed obselete field references of FileSystemMessage in Directory.

  • From: codesite-noreply@xxxxxxxxxx
  • To: freenos@xxxxxxxxxxxxx
  • Date: Sun, 02 Aug 2009 13:39:49 +0000

Revision: 285
Author: nieklinnenbank
Date: Sun Aug  2 05:15:56 2009
Log: Removed obselete field references of FileSystemMessage in Directory.

http://code.google.com/p/freenos/source/detail?r=285

Modified:
 /trunk/srv/filesystem/Directory.h

=======================================
--- /trunk/srv/filesystem/Directory.h   Mon Jun 29 00:56:11 2009
+++ /trunk/srv/filesystem/Directory.h   Sun Aug  2 05:15:56 2009
@@ -87,8 +87,8 @@
                /* Can we read another entry? */
                if (bytes + sizeof(Dirent) <= msg->size)
                {
-                   if ((e = VMCopy(msg->procID, Write, (Address) i.current(),
-                                                       (Address) (dent++), 
sizeof(Dirent))) < 0)
+                   if ((e = VMCopy(msg->from, Write, (Address) i.current(),
+                                                     (Address) (dent++), 
sizeof(Dirent))) < 0)
                    {
                        return e;
                    }

Other related posts:

  • » [freenos] r285 committed - Removed obselete field references of FileSystemMessage in Directory. - codesite-noreply