diff options
Diffstat (limited to 'fs/ntfs/ChangeLog')
-rw-r--r-- | fs/ntfs/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog index 8df10700a930..548d9059a697 100644 --- a/fs/ntfs/ChangeLog +++ b/fs/ntfs/ChangeLog | |||
@@ -28,6 +28,9 @@ ToDo/Notes: | |||
28 | continued the attribute lookup loop instead of aborting it. | 28 | continued the attribute lookup loop instead of aborting it. |
29 | - Use buffer_migrate_page() for the ->migratepage function of all ntfs | 29 | - Use buffer_migrate_page() for the ->migratepage function of all ntfs |
30 | address space operations. | 30 | address space operations. |
31 | - Fix comparison of $MFT and $MFTMirr to not bail out when there are | ||
32 | unused, invalid mft records which are the same in both $MFT and | ||
33 | $MFTMirr. | ||
31 | 34 | ||
32 | 2.1.26 - Minor bug fixes and updates. | 35 | 2.1.26 - Minor bug fixes and updates. |
33 | 36 | ||