diff options
author | Miles Bader <miles@gnu.org> | 1996-08-12 20:50:28 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-08-12 20:50:28 +0000 |
commit | a51b4015bdd1432ad2391c66f9bd3a1acd16d7dc (patch) | |
tree | c75f677d9525327b3f217ea2a2d025a6c736858a /ext2fs | |
parent | 347b8d4526fc126d3af5eee4218ce565f32f3528 (diff) |
.
Diffstat (limited to 'ext2fs')
-rw-r--r-- | ext2fs/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ext2fs/ChangeLog b/ext2fs/ChangeLog index 235c4d6e..98ac0ce7 100644 --- a/ext2fs/ChangeLog +++ b/ext2fs/ChangeLog @@ -1,3 +1,20 @@ +Mon Aug 12 13:48:17 1996 Miles Bader <miles@gnu.ai.mit.edu> + + * ext2fs.c (diskfs_minor_version): Changed to `1'. + + * inode.c (read_disknode): Don't set allocsize for in-inode symlinks. + (MAX_INODE_SYMLINK): New macro. + (write_symlink, read_symlink): New functions. + (diskfs_create_symlink_hook, diskfs_read_symlink_hook): New variables. + * truncate.c (diskfs_truncate): For in-inode symlinks, just frob + the size. + + * ext2fs.h (__u32, __u16, __u8, __s32, __s16, __s8): New types. + * ext2_fs.h (u32, u16, u8, s32, s16, s8): All uses of these types + changed to have a leading `__', and the definitions removed. + * ext2_fs_i.h (u32, u16, u8, s32, s16, s8): All uses of these types + changed to have a leading `__'. + Mon Aug 12 11:18:37 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * hyper.c (diskfs_set_hypermetadata): Return an error code now. |