Skip to content

Commit

Permalink
NTFS: - Set the ntfs_inode->allocated_size to the real allocated size…
Browse files Browse the repository at this point in the history
… 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>
  • Loading branch information
Anton Altaparmakov committed May 5, 2005
1 parent 37e4c13 commit 5ae9fcf
Show file tree
Hide file tree
Showing 2 changed files with 174 additions and 174 deletions.
4 changes: 4 additions & 0 deletions fs/ntfs/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Loading

0 comments on commit 5ae9fcf

Please sign in to comment.