summaryrefslogtreecommitdiff
path: root/fatfs/ChangeLog
diff options
context:
space:
mode:
authorMarcus Brinkmann <marcus@gnu.org>2003-05-10 00:12:29 +0000
committerMarcus Brinkmann <marcus@gnu.org>2003-05-10 00:12:29 +0000
commite1a049e27ae81f2eac0d59fbdd221710ec2d8ab5 (patch)
tree7d4fc7257b6677fc3e5cd3c11b29edd4486e2242 /fatfs/ChangeLog
parent8e833469cbe0f6f2ba26d23f7e11540a75071e9d (diff)
2003-04-26 Marco Gerards <metgerards@student.han.nl>
* dir.c (diskfs_get_directs): Consider ENTRY when adding "." and ".." for the rootnode. * inode.c (read_node): Use ifind instead of diskfs_cached_lookup and do not use diskfs_nput anymore. * main.c (diskfs_S_fsys_getfile): New function.
Diffstat (limited to 'fatfs/ChangeLog')
-rw-r--r--fatfs/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/fatfs/ChangeLog b/fatfs/ChangeLog
index 0de81963..180ff9b3 100644
--- a/fatfs/ChangeLog
+++ b/fatfs/ChangeLog
@@ -1,3 +1,12 @@
+2003-04-26 Marco Gerards <metgerards@student.han.nl>
+
+ * dir.c (diskfs_get_directs): Consider ENTRY when adding
+ "." and ".." for the rootnode.
+
+ * inode.c (read_node): Use ifind instead of diskfs_cached_lookup
+ and do not use diskfs_nput anymore.
+ * main.c (diskfs_S_fsys_getfile): New function.
+
2002-10-06 Marcus Brinkmann <marcus@gnu.org>
* main.c (diskfs_server_version): Set to HURD_VERSION.