diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2005-09-08 16:25:48 -0400 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-09-08 16:25:48 -0400 |
commit | 8dcdebafb848415eae25924b00c4f0b9ec907da0 (patch) | |
tree | 5e7289dca23148d6b157817c6272c0fc3460f449 /fs/ntfs/ChangeLog | |
parent | 67bb103725e4cde322cb4ddb160a12933c5c7072 (diff) |
NTFS: Make ntfs_write_block() not instantiate sparse blocks if they are zero.
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 ed8d00150931..b1766642baf8 100644 --- a/fs/ntfs/ChangeLog +++ b/fs/ntfs/ChangeLog | |||
@@ -77,6 +77,8 @@ ToDo/Notes: | |||
77 | updating the times in the inode in ntfs_setattr(). | 77 | updating the times in the inode in ntfs_setattr(). |
78 | - Fixup handling of sparse, compressed, and encrypted attributes in | 78 | - Fixup handling of sparse, compressed, and encrypted attributes in |
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 | ||
81 | only zeroes. | ||
80 | 82 | ||
81 | 2.1.23 - Implement extension of resident files and make writing safe as well as | 83 | 2.1.23 - Implement extension of resident files and make writing safe as well as |
82 | many bug fixes, cleanups, and enhancements... | 84 | many bug fixes, cleanups, and enhancements... |