From efe2271a3006a382809fe202e52f986123502228 Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Sun, 29 Dec 2002 21:37:21 +0000 Subject: [PATCH] - Change ntfs_inode_close() to disconnect extent inodes from their base inode when an extent inode is closed. This is needed byt ntfs_mft_record_free() in order to be able to free extent mft records. - New API provided by mft.[hc]: ntfs_mft_record_alloc(), -- WIP ntfs_mft_record_free(). (Logical change 1.74) --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 96b195cc..8ae20c0e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -195,6 +195,8 @@ new code in itself which needs a lot of testing! - Fix library to never issue writes on volumes that have been mounted read-only. + - New API provided by mft.[hc]: + ntfs_mft_record_{alloc,free}(). -- WIP 12/03/2002 - 1.6.0 - More mkntfs options and cleanups. Fix typo in usage information of mkntfs. Thanks to Richard Russon for