diff options
Diffstat (limited to 'fs/ntfs/ChangeLog')
-rw-r--r-- | fs/ntfs/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog index 53bb6c1404f2..ad2c4e88f053 100644 --- a/fs/ntfs/ChangeLog +++ b/fs/ntfs/ChangeLog | |||
@@ -76,6 +76,10 @@ ToDo/Notes: | |||
76 | warning in the do_div() call on sparc32. Thanks to Meelis Roos for | 76 | warning in the do_div() call on sparc32. Thanks to Meelis Roos for |
77 | the report and analysis of the warning. | 77 | the report and analysis of the warning. |
78 | - Fix a nasty runlist merge bug when merging two holes. | 78 | - Fix a nasty runlist merge bug when merging two holes. |
79 | - Set the ntfs_inode->allocated_size to the real allocated size in the | ||
80 | mft record for resident attributes (fs/ntfs/inode.c). | ||
81 | - Small readability cleanup to use "a" instead of "ctx->attr" | ||
82 | everywhere (fs/ntfs/inode.c). | ||
79 | 83 | ||
80 | 2.1.22 - Many bug and race fixes and error handling improvements. | 84 | 2.1.22 - Many bug and race fixes and error handling improvements. |
81 | 85 | ||