diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2005-05-27 11:42:56 -0400 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-05-27 11:42:56 -0400 |
commit | 442d207eb0b4e7047c4fedccd900c425e689d502 (patch) | |
tree | 2c23dc98fba6912417164ba65b258a9da1241ae1 /fs/ntfs/ChangeLog | |
parent | 2fb21db2548fc8b196eb8d8425f05ee1965d5344 (diff) |
NTFS: Use C99 style structure initialization after memory allocation where
possible (fs/ntfs/{attrib.c,index.c,super.c}). Thanks to Al Viro and
Pekka Enberg.
Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Diffstat (limited to 'fs/ntfs/ChangeLog')
-rw-r--r-- | fs/ntfs/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog index f8ba90dd8e39..cb86140aa2a3 100644 --- a/fs/ntfs/ChangeLog +++ b/fs/ntfs/ChangeLog | |||
@@ -116,6 +116,9 @@ ToDo/Notes: | |||
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 | - Remove spurious void pointer casts from fs/ntfs/. (Pekka Enberg) |
119 | - Use C99 style structure initialization after memory allocation where | ||
120 | possible (fs/ntfs/{attrib.c,index.c,super.c}). Thanks to Al Viro and | ||
121 | Pekka Enberg. | ||
119 | 122 | ||
120 | 2.1.22 - Many bug and race fixes and error handling improvements. | 123 | 2.1.22 - Many bug and race fixes and error handling improvements. |
121 | 124 | ||