diff options
author | Roland McGrath <roland@gnu.org> | 2002-01-04 02:35:36 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-01-04 02:35:36 +0000 |
commit | 2e6e181795190649f0ebb288e99ca412807bc75e (patch) | |
tree | fd61c8ae5e157bcaadea79d36133aad4a7b4ebc9 /libdiskfs | |
parent | aca5ba7fc76dca693cdf4539354daa6e4e27a2ac (diff) |
.
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libdiskfs/ChangeLog b/libdiskfs/ChangeLog index bf3aa9be..d09ad920 100644 --- a/libdiskfs/ChangeLog +++ b/libdiskfs/ChangeLog @@ -1,5 +1,9 @@ 2002-01-03 Roland McGrath <roland@frob.com> + * dir-lookup.c (diskfs_S_dir_lookup): Clear S_ITRANS bits in MODE. + * dir-mkdir.c (diskfs_S_dir_mkdir): Likewise. + * dir-mkfile.c (diskfs_S_dir_mkfile): Likewise. + * file-chmod.c (diskfs_S_file_chmod): Preserve S_ITRANS bits in change. 2002-01-02 Roland McGrath <roland@frob.com> |