diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2005-10-04 08:44:48 -0400 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-10-04 08:44:48 -0400 |
commit | fd9d63678d42ffd4312815ac720a12920642eb36 (patch) | |
tree | 34dcdb5b47c9d89b4dbc8c98cd93617bb14eaca7 /fs/ntfs/ChangeLog | |
parent | c394e458b69632902d65f9e2f39df79314f72908 (diff) |
NTFS: Change ntfs_map_runlist_nolock() to also take an optional attribute
search context. This allows calling it with the mft record mapped.
Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Diffstat (limited to 'fs/ntfs/ChangeLog')
-rw-r--r-- | fs/ntfs/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog index de58579a1d0e..85f797a2edad 100644 --- a/fs/ntfs/ChangeLog +++ b/fs/ntfs/ChangeLog | |||
@@ -22,6 +22,11 @@ ToDo/Notes: | |||
22 | - Enable the code for setting the NT4 compatibility flag when we start | 22 | - Enable the code for setting the NT4 compatibility flag when we start |
23 | making NTFS 1.2 specific modifications. | 23 | making NTFS 1.2 specific modifications. |
24 | 24 | ||
25 | 2.1.25-WIP | ||
26 | |||
27 | - Change ntfs_map_runlist_nolock() to also take an optional attribute | ||
28 | search context. This allows calling it with the mft record mapped. | ||
29 | |||
25 | 2.1.24 - Lots of bug fixes and support more clean journal states. | 30 | 2.1.24 - Lots of bug fixes and support more clean journal states. |
26 | 31 | ||
27 | - Support journals ($LogFile) which have been modified by chkdsk. This | 32 | - Support journals ($LogFile) which have been modified by chkdsk. This |