aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ntfs/ChangeLog
diff options
context:
space:
mode:
authorPekka Enberg <penberg@cs.helsinki.fi>2005-05-25 14:15:34 -0400
committerAnton Altaparmakov <aia21@cantab.net>2005-05-27 11:00:53 -0400
commit2fb21db2548fc8b196eb8d8425f05ee1965d5344 (patch)
treeb319e97bfb3e50bcde9a82cf089d86a7dcb03df5 /fs/ntfs/ChangeLog
parent5eac51462f340b7c4a03b9220cf157c40b4990a5 (diff)
NTFS: Remove spurious void pointer casts from fs/ntfs/.
Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi> 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 7f7eec58fee2..f8ba90dd8e39 100644
--- a/fs/ntfs/ChangeLog
+++ b/fs/ntfs/ChangeLog
@@ -115,6 +115,7 @@ ToDo/Notes:
115 - Use NTFS_MAX_CLUSTER_SIZE in super.c instead of hard coding 0x10000. 115 - Use NTFS_MAX_CLUSTER_SIZE in super.c instead of hard coding 0x10000.
116 - Use MAX_BUF_PER_PAGE instead of variable sized array allocation for 116 - Use MAX_BUF_PER_PAGE instead of variable sized array allocation for
117 better code generation and one less sparse warning in fs/ntfs/aops.c. 117 better code generation and one less sparse warning in fs/ntfs/aops.c.
118 - Remove spurious void pointer casts from fs/ntfs/. (Pekka Enberg)
118 119
1192.1.22 - Many bug and race fixes and error handling improvements. 1202.1.22 - Many bug and race fixes and error handling improvements.
120 121