diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2005-03-03 09:43:43 -0500 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-05-05 06:15:46 -0400 |
commit | 9451f8519c5e6d5d064c30033fc3d4ce77de321c (patch) | |
tree | 104eedf065c4091838a27f6e674875a035c30820 /fs/ntfs/ChangeLog | |
parent | 413826868fb49d200b741bcaeaf58ea5c5e45321 (diff) |
NTFS: Correct sparse file handling. The compressed values need to be
checked and set in the ntfs inode as done for compressed files
and the compressed size needs to be used for vfs inode->i_blocks
instead of the allocated size, again, as done for compressed files.
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 cf21e0571b68..cd348f0b90e5 100644 --- a/fs/ntfs/ChangeLog +++ b/fs/ntfs/ChangeLog | |||
@@ -84,6 +84,10 @@ ToDo/Notes: | |||
84 | - Make fs/ntfs/namei.c::ntfs_get_{parent,dentry} static and move the | 84 | - Make fs/ntfs/namei.c::ntfs_get_{parent,dentry} static and move the |
85 | definition of ntfs_export_ops from fs/ntfs/super.c to namei.c. Also, | 85 | definition of ntfs_export_ops from fs/ntfs/super.c to namei.c. Also, |
86 | declare ntfs_export_ops in fs/ntfs/ntfs.h. | 86 | declare ntfs_export_ops in fs/ntfs/ntfs.h. |
87 | - Correct sparse file handling. The compressed values need to be | ||
88 | checked and set in the ntfs inode as done for compressed files and | ||
89 | the compressed size needs to be used for vfs inode->i_blocks instead | ||
90 | of the allocated size, again, as done for compressed files. | ||
87 | 91 | ||
88 | 2.1.22 - Many bug and race fixes and error handling improvements. | 92 | 2.1.22 - Many bug and race fixes and error handling improvements. |
89 | 93 | ||