diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-04-06 14:07:01 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-04-06 14:07:01 +0000 |
commit | 9caa0b527717ebf1e1309137ef2e1459615dfdb3 (patch) | |
tree | 3d068d7497163a4d8d2e0e7d4f9299f9c3fa6ec0 /libdiskfs/ChangeLog | |
parent | a6f0bf7b3250751d7312b73d2c0b3b81d5d7bfd9 (diff) |
Tue Apr 6 10:05:49 1999 Thomas Bushnell, BSG <tb@mit.edu>
* dir-renamed.c (diskfs_rename_dir): Stage 1, if TNP == FNP, we
have to unlock TNP with diskfs_nput and not just diskfs_nrele it.
Diffstat (limited to 'libdiskfs/ChangeLog')
-rw-r--r-- | libdiskfs/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libdiskfs/ChangeLog b/libdiskfs/ChangeLog index 8689baa7..c7ff60e8 100644 --- a/libdiskfs/ChangeLog +++ b/libdiskfs/ChangeLog @@ -1,3 +1,8 @@ +Tue Apr 6 10:05:49 1999 Thomas Bushnell, BSG <tb@mit.edu> + + * dir-renamed.c (diskfs_rename_dir): Stage 1, if TNP == FNP, we + have to unlock TNP with diskfs_nput and not just diskfs_nrele it. + Tue Mar 16 17:20:06 1999 Thomas Bushnell, BSG <tb@mit.edu> * lookup.c (diskfs_lookup): Reformat for prettiness. |