diff options
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 60ba3c5cb2ea..045beda82942 100644 --- a/fs/ntfs/ChangeLog +++ b/fs/ntfs/ChangeLog | |||
@@ -43,6 +43,10 @@ ToDo/Notes: | |||
43 | reason we cannot simply read the size from the vfs inode i_size is | 43 | reason we cannot simply read the size from the vfs inode i_size is |
44 | that this is not necessarily uptodate. This happens when | 44 | that this is not necessarily uptodate. This happens when |
45 | ntfs_attr_make_non_resident() is called in the ->truncate call path. | 45 | ntfs_attr_make_non_resident() is called in the ->truncate call path. |
46 | - Fix ntfs_attr_make_non_resident() to update the vfs inode i_blocks | ||
47 | which is zero for a resident attribute but should no longer be zero | ||
48 | once the attribute is non-resident as it then has real clusters | ||
49 | allocated. | ||
46 | 50 | ||
47 | 2.1.24 - Lots of bug fixes and support more clean journal states. | 51 | 2.1.24 - Lots of bug fixes and support more clean journal states. |
48 | 52 | ||