diff options
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 51428bfce952..8ff6ea778fbd 100644 --- a/fs/ntfs/ChangeLog +++ b/fs/ntfs/ChangeLog | |||
@@ -105,6 +105,11 @@ ToDo/Notes: | |||
105 | non-resident by a concurrent file write. | 105 | non-resident by a concurrent file write. |
106 | - Remove checks for NULL before calling kfree() since kfree() does the | 106 | - Remove checks for NULL before calling kfree() since kfree() does the |
107 | checking itself. (Jesper Juhl) | 107 | checking itself. (Jesper Juhl) |
108 | - Some utilities modify the boot sector but do not update the checksum. | ||
109 | Thus, relax the checking in fs/ntfs/super.c::is_boot_sector_ntfs() to | ||
110 | only emit a warning when the checksum is incorrect rather than | ||
111 | refusing the mount. Thanks to Bernd Casimir for pointing this | ||
112 | problem out. | ||
108 | 113 | ||
109 | 2.1.22 - Many bug and race fixes and error handling improvements. | 114 | 2.1.22 - Many bug and race fixes and error handling improvements. |
110 | 115 | ||