diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2005-09-08 16:19:45 -0400 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-09-08 16:19:45 -0400 |
commit | 67bb103725e4cde322cb4ddb160a12933c5c7072 (patch) | |
tree | 161c6d47cf8029acd650f946c2492fec1c2ee7d0 /fs/ntfs/ChangeLog | |
parent | 1c7d469d47668f4664b892a6cd1c452a0c02d710 (diff) |
NTFS: Fixup handling of sparse, compressed, and encrypted attributes in
fs/ntfs/inode.c::ntfs_read_locked_{,attr_,index_}inode().
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 9c5af9c8a8af..ed8d00150931 100644 --- a/fs/ntfs/ChangeLog +++ b/fs/ntfs/ChangeLog | |||
@@ -75,6 +75,8 @@ ToDo/Notes: | |||
75 | which leads to lock reversal. | 75 | which leads to lock reversal. |
76 | - Truncate {a,c,m}time to the ntfs supported time granularity when | 76 | - Truncate {a,c,m}time to the ntfs supported time granularity when |
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 | ||
79 | fs/ntfs/inode.c::ntfs_read_locked_{,attr_,index_}inode(). | ||
78 | 80 | ||
79 | 2.1.23 - Implement extension of resident files and make writing safe as well as | 81 | 2.1.23 - Implement extension of resident files and make writing safe as well as |
80 | many bug fixes, cleanups, and enhancements... | 82 | many bug fixes, cleanups, and enhancements... |