summaryrefslogtreecommitdiff
path: root/ftpfs
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1997-08-12 21:22:53 +0000
committerMiles Bader <miles@gnu.org>1997-08-12 21:22:53 +0000
commit7d3f6d8ee6c9c69cbf2958a03e443f41514f2db8 (patch)
tree00433666ff77082ec7c2dbd5db5a73f02f144d74 /ftpfs
parent92b58baffa0034bff50f6f0686308105eb7f3d8b (diff)
.
Diffstat (limited to 'ftpfs')
-rw-r--r--ftpfs/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ftpfs/ChangeLog b/ftpfs/ChangeLog
index bae5e94c..af897d4b 100644
--- a/ftpfs/ChangeLog
+++ b/ftpfs/ChangeLog
@@ -1,3 +1,13 @@
+1997-08-12 Miles Bader <miles@gnu.ai.mit.edu>
+
+ * ftpfs.c (main): Supply the FSID argument to ftpfs_create.
+ * dir.c (update_entry): Set E->stat.st_fsid & st_fstype.
+ (ftpfs_next_inode): Variable removed.
+ * ftpfs.h (struct ftpfs ): Add FSID & NEXT_INODE fields.
+ (ftpfs_create): Add FSID parameter.
+ * fs.c (ftpfs_create): Add FSID parameter. Initialize FSID &
+ NEXT_INODE fields.
+
1997-08-11 Miles Bader <miles@gnu.ai.mit.edu>
* dir.c (sweep): Don't delete entries that have the NOENT flag set.