aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ntfs/ChangeLog
diff options
context:
space:
mode:
authorAnton Altaparmakov <aia21@cantab.net>2004-11-11 07:42:00 -0500
committerAnton Altaparmakov <aia21@cantab.net>2005-05-04 12:00:18 -0400
commitdb30d160cd8dfe1e53435fd76f4189778f1c728e (patch)
treeadd695bfe2311c653143b08fa717ad909bf48f5c /fs/ntfs/ChangeLog
parent66129f88c4cc719591f687e5c8c764fe9d3e437a (diff)
NTFS: Use i_size_read() once and then use the cached value in
fs/ntfs/lcnalloc.c::ntfs_cluster_alloc(). Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Diffstat (limited to 'fs/ntfs/ChangeLog')
-rw-r--r--fs/ntfs/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog
index b1a949401be3..ff0d9b132df8 100644
--- a/fs/ntfs/ChangeLog
+++ b/fs/ntfs/ChangeLog
@@ -31,6 +31,8 @@ ToDo/Notes:
31 out. 31 out.
32 - Use i_size_read() in fs/ntfs/attrib.c::ntfs_attr_set(). 32 - Use i_size_read() in fs/ntfs/attrib.c::ntfs_attr_set().
33 - Use i_size_read() in fs/ntfs/logfile.c::ntfs_{check,empty}_logfile(). 33 - Use i_size_read() in fs/ntfs/logfile.c::ntfs_{check,empty}_logfile().
34 - Use i_size_read() once and then use the cached value in
35 fs/ntfs/lcnalloc.c::ntfs_cluster_alloc().
34 36
352.1.22 - Many bug and race fixes and error handling improvements. 372.1.22 - Many bug and race fixes and error handling improvements.
36 38