diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2005-10-24 03:41:24 -0400 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-10-24 03:41:24 -0400 |
commit | d04bd1fb60252f30f4f41a56613ade48df130588 (patch) | |
tree | 53086f94589ecf35912e47fa14b8d8a5bc4714c0 /fs/ntfs/ChangeLog | |
parent | d5aeaef37dc9cb009ab5cb8abf325338d21d2b1a (diff) |
NTFS: Use %z for size_t to fix compilation warnings. (Andrew Morton)
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Diffstat (limited to 'fs/ntfs/ChangeLog')
-rw-r--r-- | fs/ntfs/ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog index bc6ec16ad1f8..2a76b1fbbfc0 100644 --- a/fs/ntfs/ChangeLog +++ b/fs/ntfs/ChangeLog | |||
@@ -75,7 +75,8 @@ ToDo/Notes: | |||
75 | for highly fragmented files, i.e. ones whose data attribute is split | 75 | for highly fragmented files, i.e. ones whose data attribute is split |
76 | across multiple extents. When such a case is encountered, | 76 | across multiple extents. When such a case is encountered, |
77 | EOPNOTSUPP is returned. | 77 | EOPNOTSUPP is returned. |
78 | - $EA attributes can be both resident non-resident. | 78 | - $EA attributes can be both resident and non-resident. |
79 | - Use %z for size_t to fix compilation warnings. (Andrew Morton) | ||
79 | 80 | ||
80 | 2.1.24 - Lots of bug fixes and support more clean journal states. | 81 | 2.1.24 - Lots of bug fixes and support more clean journal states. |
81 | 82 | ||