diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2004-11-11 11:18:10 +0000 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-05-04 14:24:16 +0100 |
commit | da28438cae9a271c5c232177f81dfb243de9b7fa (patch) | |
tree | 40817e52c229dbb288f6425b2056c1ad61ad6470 /fs/ntfs/ChangeLog | |
parent | 8800cea62025a5209d110c5fa5990429239d6eee (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/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog index 1d2ad15f153..9c4e78a8e4b 100644 --- a/fs/ntfs/ChangeLog +++ b/fs/ntfs/ChangeLog @@ -31,6 +31,7 @@ ToDo/Notes: compiled without debug. This avoids a possible denial of service attack. Thanks to Carl-Daniel Hailfinger from SuSE for pointing this out. + - Use i_size_read() in fs/ntfs/attrib.c::ntfs_attr_set(). 2.1.22 - Many bug and race fixes and error handling improvements. |