diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2001-10-29 23:24:54 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2001-10-29 23:24:54 +0000 |
commit | b2067230354500e86d125c788c94238e78d95b03 (patch) | |
tree | 72559e22c9733385c59a6c51042416552306981a /libdiskfs/ChangeLog | |
parent | 31dcf4789b00beee17dff2200271047f02f67104 (diff) |
2001-10-30 Marcus Brinkmann <marcus@gnu.org>
* dir-lookup.c (diskfs_S_dir_lookup): When looking up the next
pathname component, remove assertion for DS and allocate DS if 0.
Allow creation of files through symlink with non-existant target.
From Roland McGrath <roland@frob.com>.
Diffstat (limited to 'libdiskfs/ChangeLog')
-rw-r--r-- | libdiskfs/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libdiskfs/ChangeLog b/libdiskfs/ChangeLog index c04e69a4..6125f417 100644 --- a/libdiskfs/ChangeLog +++ b/libdiskfs/ChangeLog @@ -1,3 +1,10 @@ +2001-10-30 Marcus Brinkmann <marcus@gnu.org> + + * dir-lookup.c (diskfs_S_dir_lookup): When looking up the next + pathname component, remove assertion for DS and allocate DS if 0. + Allow creation of files through symlink with non-existant target. + From Roland McGrath <roland@frob.com>. + 2001-10-11 Roland McGrath <roland@frob.com> * dir-renamed.c (diskfs_rename_dir): Fix bogus assert. |