Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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.

+170 −174

File changed.

Preview size limit exceeded, changes collapsed.