diff options
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 445d421e961d..051c6818aad8 100644 --- a/fs/ntfs/ChangeLog +++ b/fs/ntfs/ChangeLog | |||
@@ -49,6 +49,8 @@ ToDo/Notes: | |||
49 | - Minor optimization to fs/ntfs/super.c::ntfs_statfs() and its helpers. | 49 | - Minor optimization to fs/ntfs/super.c::ntfs_statfs() and its helpers. |
50 | - Use i_size_read() in fs/ntfs/inode.c once and then use the cached | 50 | - Use i_size_read() in fs/ntfs/inode.c once and then use the cached |
51 | value afterwards when reading the size of the bitmap inode. | 51 | value afterwards when reading the size of the bitmap inode. |
52 | - Use i_size_{read,write}() in fs/ntfs/{aops.c,mft.c} and protect | ||
53 | access to the i_size and other size fields using the size_lock. | ||
52 | 54 | ||
53 | 2.1.22 - Many bug and race fixes and error handling improvements. | 55 | 2.1.22 - Many bug and race fixes and error handling improvements. |
54 | 56 | ||