diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2005-09-08 15:26:34 -0400 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-09-08 15:26:34 -0400 |
commit | 6e48321a40610f7213e3ac75ba234f6f8b3ed5f5 (patch) | |
tree | 6ba4b289e1fd0c8a3554a75206c4d2a88b54d1bc /fs/ntfs/ChangeLog | |
parent | 3ffc5a443824fcf426d8d35dc632acc4dd9fb6d1 (diff) |
NTFS: Add ntfs_rl_punch_nolock() which punches a caller specified hole into a runlist.
Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Diffstat (limited to 'fs/ntfs/ChangeLog')
-rw-r--r-- | fs/ntfs/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog index 79d9899b3b01..39dca6dced11 100644 --- a/fs/ntfs/ChangeLog +++ b/fs/ntfs/ChangeLog | |||
@@ -53,6 +53,8 @@ ToDo/Notes: | |||
53 | pointing this out. | 53 | pointing this out. |
54 | - Change ntfs_rl_truncate_nolock() to throw away the runlist if the new | 54 | - Change ntfs_rl_truncate_nolock() to throw away the runlist if the new |
55 | length is zero. | 55 | length is zero. |
56 | - Add runlist.[hc]::ntfs_rl_punch_nolock() which punches a caller | ||
57 | specified hole into a runlist. | ||
56 | 58 | ||
57 | 2.1.23 - Implement extension of resident files and make writing safe as well as | 59 | 2.1.23 - Implement extension of resident files and make writing safe as well as |
58 | many bug fixes, cleanups, and enhancements... | 60 | many bug fixes, cleanups, and enhancements... |