diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2005-01-12 13:08:26 (GMT) |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-05-05 09:39:08 (GMT) |
commit | 07a4e2da7dd3c9345f84b2552872f9d38c257451 (patch) | |
tree | 8fbd4c3e11196752ae8ff7944ccb26b93cafbb1c /fs/ntfs/ChangeLog | |
parent | f50f3ac51983025405a71b70b033cc6bcb0d1fc1 (diff) | |
download | linux-07a4e2da7dd3c9345f84b2552872f9d38c257451.tar.xz |
NTFS: Use i_size_{read,write}() in fs/ntfs/{aops.c,mft.c} and protect
access to the i_size and other size fields using the size_lock.
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 445d421..051c681 100644 --- a/fs/ntfs/ChangeLog +++ b/fs/ntfs/ChangeLog @@ -49,6 +49,8 @@ ToDo/Notes: - Minor optimization to fs/ntfs/super.c::ntfs_statfs() and its helpers. - 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. + - Use i_size_{read,write}() in fs/ntfs/{aops.c,mft.c} and protect + access to the i_size and other size fields using the size_lock. 2.1.22 - Many bug and race fixes and error handling improvements. |