- 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)
edge.strict_endians
cantab.net!aia21 2002-12-29 21:37:21 +00:00
parent a9f6279e55
commit efe2271a30
1 changed files with 2 additions and 0 deletions

View File

@ -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