diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2005-10-04 09:01:14 -0400 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-10-04 09:01:14 -0400 |
commit | 69b41e3c0223bd38cf23e3d8f1385963089fbf22 (patch) | |
tree | 6a1fc55f654d6f7cb745bba032115d5590cc5931 /fs/ntfs/ChangeLog | |
parent | fd9d63678d42ffd4312815ac720a12920642eb36 (diff) |
NTFS: Change ntfs_attr_find_vcn_nolock() to also take an optional attribute
search context as argument. This allows calling it with the mft
record mapped. Update all callers.
Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Diffstat (limited to 'fs/ntfs/ChangeLog')
-rw-r--r-- | fs/ntfs/ChangeLog | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog index 85f797a2edad..0a361ddb3b45 100644 --- a/fs/ntfs/ChangeLog +++ b/fs/ntfs/ChangeLog | |||
@@ -24,8 +24,10 @@ ToDo/Notes: | |||
24 | 24 | ||
25 | 2.1.25-WIP | 25 | 2.1.25-WIP |
26 | 26 | ||
27 | - Change ntfs_map_runlist_nolock() to also take an optional attribute | 27 | - Change ntfs_map_runlist_nolock() and ntfs_attr_find_vcn_nolock() to |
28 | search context. This allows calling it with the mft record mapped. | 28 | also take an optional attribute search context as argument. This |
29 | allows calling these functions with the mft record mapped. Update | ||
30 | all callers. | ||
29 | 31 | ||
30 | 2.1.24 - Lots of bug fixes and support more clean journal states. | 32 | 2.1.24 - Lots of bug fixes and support more clean journal states. |
31 | 33 | ||