aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ntfs/ChangeLog
diff options
context:
space:
mode:
authorAnton Altaparmakov <aia21@cantab.net>2004-11-11 06:18:10 -0500
committerAnton Altaparmakov <aia21@cantab.net>2005-05-04 09:24:16 -0400
commitda28438cae9a271c5c232177f81dfb243de9b7fa (patch)
tree40817e52c229dbb288f6425b2056c1ad61ad6470 /fs/ntfs/ChangeLog
parent8800cea62025a5209d110c5fa5990429239d6eee (diff)
NTFS: Use i_size_read() in fs/ntfs/attrib.c::ntfs_attr_set().
Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Diffstat (limited to 'fs/ntfs/ChangeLog')
-rw-r--r--fs/ntfs/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog
index 1d2ad15f1533..9c4e78a8e4b1 100644
--- a/fs/ntfs/ChangeLog
+++ b/fs/ntfs/ChangeLog
@@ -31,6 +31,7 @@ ToDo/Notes:
31 compiled without debug. This avoids a possible denial of service 31 compiled without debug. This avoids a possible denial of service
32 attack. Thanks to Carl-Daniel Hailfinger from SuSE for pointing this 32 attack. Thanks to Carl-Daniel Hailfinger from SuSE for pointing this
33 out. 33 out.
34 - Use i_size_read() in fs/ntfs/attrib.c::ntfs_attr_set().
34 35
352.1.22 - Many bug and race fixes and error handling improvements. 362.1.22 - Many bug and race fixes and error handling improvements.
36 37