diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2004-11-18 15:34:59 -0500 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-05-05 05:34:45 -0400 |
commit | 218357ff1b1b2f1bfdce89d608dbe33dd2f9f14b (patch) | |
tree | b7621daec3c516507fed85a25e9e82198589f216 /fs/ntfs/ChangeLog | |
parent | 206f9f35b2348b7b966ff18a5564b8a3ca325ed5 (diff) |
NTFS: - Use i_size_read() in fs/ntfs/super.c once and then use the cached
value afterwards. Cache the initialized_size in the same way and
protect access to the two sizes using the size_lock.
- Minor optimization to fs/ntfs/super.c::ntfs_statfs() and its helpers.
Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
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 7bbbb9152fee..f4e087a83e78 100644 --- a/fs/ntfs/ChangeLog +++ b/fs/ntfs/ChangeLog | |||
@@ -43,6 +43,10 @@ ToDo/Notes: | |||
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 | 44 | - Use i_size_read() in fs/ntfs/dir.c once and then use the cached |
45 | value afterwards. | 45 | value afterwards. |
46 | - Use i_size_read() in fs/ntfs/super.c once and then use the cached | ||
47 | value afterwards. Cache the initialized_size in the same way and | ||
48 | protect access to the two sizes using the size_lock. | ||
49 | - Minor optimization to fs/ntfs/super.c::ntfs_statfs() and its helpers. | ||
46 | 50 | ||
47 | 2.1.22 - Many bug and race fixes and error handling improvements. | 51 | 2.1.22 - Many bug and race fixes and error handling improvements. |
48 | 52 | ||