diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2004-11-11 12:42:00 (GMT) |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-05-04 16:00:18 (GMT) |
commit | db30d160cd8dfe1e53435fd76f4189778f1c728e (patch) | |
tree | add695bfe2311c653143b08fa717ad909bf48f5c /fs/ntfs/ChangeLog | |
parent | 66129f88c4cc719591f687e5c8c764fe9d3e437a (diff) | |
download | linux-fsl-qoriq-db30d160cd8dfe1e53435fd76f4189778f1c728e.tar.xz |
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/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog index b1a9494..ff0d9b1 100644 --- a/fs/ntfs/ChangeLog +++ b/fs/ntfs/ChangeLog @@ -31,6 +31,8 @@ ToDo/Notes: out. - Use i_size_read() in fs/ntfs/attrib.c::ntfs_attr_set(). - 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(). 2.1.22 - Many bug and race fixes and error handling improvements. |