diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2004-11-18 10:01:06 -0500 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-05-05 05:32:43 -0400 |
commit | 206f9f35b2348b7b966ff18a5564b8a3ca325ed5 (patch) | |
tree | 2f221334cf8b1b9756a58e323b5fba2cdd4dc583 /fs/ntfs/ChangeLog | |
parent | 367636772f094fd840d2d79e75257bcfaa28e70f (diff) |
NTFS: In fs/ntfs/dir.c, use i_size_read() once and then the cached value
afterwards.
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 97c4fe932046..7bbbb9152fee 100644 --- a/fs/ntfs/ChangeLog +++ b/fs/ntfs/ChangeLog | |||
@@ -41,6 +41,8 @@ ToDo/Notes: | |||
41 | - Use i_size_read() in fs/ntfs/compress.c at the start of the read and | 41 | - Use i_size_read() in fs/ntfs/compress.c at the start of the read and |
42 | use the cached value afterwards. Cache the initialized_size in the | 42 | use the cached value afterwards. Cache the initialized_size in the |
43 | same way and protect access to the two sizes using the size_lock. | 43 | same way and protect access to the two sizes using the size_lock. |
44 | - Use i_size_read() in fs/ntfs/dir.c once and then use the cached | ||
45 | value afterwards. | ||
44 | 46 | ||
45 | 2.1.22 - Many bug and race fixes and error handling improvements. | 47 | 2.1.22 - Many bug and race fixes and error handling improvements. |
46 | 48 | ||