diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2005-03-02 12:03:24 -0500 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-05-05 06:04:54 -0400 |
commit | 5ae9fcf8f329baba4bada8719cb0337eef083a1a (patch) | |
tree | 28f268908b5bd780a114825879d7bc35d98d9dca /fs/ntfs/ChangeLog | |
parent | 37e4c13b987a7923ec13bda7368901b3e094fecb (diff) |
NTFS: - Set the ntfs_inode->allocated_size to the real allocated size in the
mft record for resident attributes (fs/ntfs/inode.c).
- Small readability cleanup to use "a" instead of "ctx->attr"
everywhere (fs/ntfs/inode.c).
Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
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 | ||