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 9d42393c16c0..0ef1cd329096 100644 --- a/fs/ntfs/ChangeLog +++ b/fs/ntfs/ChangeLog | |||
@@ -72,6 +72,9 @@ ToDo/Notes: | |||
72 | runlist. This allows us to find runlist elements with the runlist | 72 | runlist. This allows us to find runlist elements with the runlist |
73 | lock already held without having to drop and reacquire it around the | 73 | lock already held without having to drop and reacquire it around the |
74 | call. Adapt all callers. | 74 | call. Adapt all callers. |
75 | - Change time to u64 time.h::ntfs2utc() as it otherwise generates a | ||
76 | warning in the do_div() call on sparc32. Thanks to Meelis Roos for | ||
77 | the report and analysis of the warning. | ||
75 | 78 | ||
76 | 2.1.22 - Many bug and race fixes and error handling improvements. | 79 | 2.1.22 - Many bug and race fixes and error handling improvements. |
77 | 80 | ||