Commit 5ae9fcf8 authored by Anton Altaparmakov's avatar Anton Altaparmakov

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: default avatarAnton Altaparmakov <aia21@cantab.net>
parent 37e4c13b
......@@ -76,6 +76,10 @@ ToDo/Notes:
warning in the do_div() call on sparc32. Thanks to Meelis Roos for
the report and analysis of the warning.
- Fix a nasty runlist merge bug when merging two holes.
- 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).
2.1.22 - Many bug and race fixes and error handling improvements.
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment