diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2004-11-19 17:16:00 -0500 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-05-05 05:37:22 -0400 |
commit | f50f3ac51983025405a71b70b033cc6bcb0d1fc1 (patch) | |
tree | 98c9e85271354a878237d77c30a144680cbc1bb1 /fs/ntfs/ChangeLog | |
parent | 218357ff1b1b2f1bfdce89d608dbe33dd2f9f14b (diff) |
NTFS: Use i_size_read() in fs/ntfs/inode.c once and then use the cached value
afterwards when reading the size of the bitmap 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 f4e087a83e78..445d421e961d 100644 --- a/fs/ntfs/ChangeLog +++ b/fs/ntfs/ChangeLog | |||
@@ -47,6 +47,8 @@ ToDo/Notes: | |||
47 | value afterwards. Cache the initialized_size in the same way and | 47 | value afterwards. Cache the initialized_size in the same way and |
48 | protect access to the two sizes using the size_lock. | 48 | protect access to the two sizes using the size_lock. |
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 | ||
51 | value afterwards when reading the size of the bitmap inode. | ||
50 | 52 | ||
51 | 2.1.22 - Many bug and race fixes and error handling improvements. | 53 | 2.1.22 - Many bug and race fixes and error handling improvements. |
52 | 54 | ||