diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2005-09-08 16:38:05 -0400 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-09-08 16:38:05 -0400 |
commit | bd45fdd209ca49c5010ac9af469c41ae6dd3f145 (patch) | |
tree | eae397a23bda1ae88b2923a54751a22c46e23f72 /fs/ntfs/ChangeLog | |
parent | 8dcdebafb848415eae25924b00c4f0b9ec907da0 (diff) |
NTFS: Fixup handling of sparse, compressed, and encrypted attributes in
fs/ntfs/aops.c::ntfs_writepage().
Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Diffstat (limited to 'fs/ntfs/ChangeLog')
-rw-r--r-- | fs/ntfs/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog index b1766642baf8..4b8666d7e7fe 100644 --- a/fs/ntfs/ChangeLog +++ b/fs/ntfs/ChangeLog | |||
@@ -79,6 +79,8 @@ ToDo/Notes: | |||
79 | fs/ntfs/inode.c::ntfs_read_locked_{,attr_,index_}inode(). | 79 | fs/ntfs/inode.c::ntfs_read_locked_{,attr_,index_}inode(). |
80 | - Make ntfs_write_block() not instantiate sparse blocks if they contain | 80 | - Make ntfs_write_block() not instantiate sparse blocks if they contain |
81 | only zeroes. | 81 | only zeroes. |
82 | - Fixup handling of sparse, compressed, and encrypted attributes in | ||
83 | fs/ntfs/aops.c::ntfs_writepage(). | ||
82 | 84 | ||
83 | 2.1.23 - Implement extension of resident files and make writing safe as well as | 85 | 2.1.23 - Implement extension of resident files and make writing safe as well as |
84 | many bug fixes, cleanups, and enhancements... | 86 | many bug fixes, cleanups, and enhancements... |