aboutsummaryrefslogtreecommitdiff
path: root/fs/ntfs/ChangeLog
diff options
context:
space:
mode:
authorAnton Altaparmakov <aia21@cantab.net>2004-11-17 15:45:08 +0000
committerAnton Altaparmakov <aia21@cantab.net>2005-05-04 17:02:25 +0100
commitd4b9ba7bf6f38cff55b5d95a0db7dd91311ce20a (patch)
treeb86c83f8c04e159bb8f806990cbf61e88ceebf30 /fs/ntfs/ChangeLog
parentdb30d160cd8dfe1e53435fd76f4189778f1c728e (diff)
NTFS: Use i_size_read() in fs/ntfs/file.c::ntfs_file_open().
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 ff0d9b132df..6d2a99c13d3 100644
--- a/fs/ntfs/ChangeLog
+++ b/fs/ntfs/ChangeLog
@@ -33,6 +33,7 @@ ToDo/Notes:
- Use i_size_read() in fs/ntfs/logfile.c::ntfs_{check,empty}_logfile().
- Use i_size_read() once and then use the cached value in
fs/ntfs/lcnalloc.c::ntfs_cluster_alloc().
+ - Use i_size_read() in fs/ntfs/file.c::ntfs_file_open().
2.1.22 - Many bug and race fixes and error handling improvements.