diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2005-04-06 11:09:21 -0400 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-05-05 06:48:00 -0400 |
commit | 7fafb8b634121f4fa35ff92f85737f8bc2259f06 (patch) | |
tree | ed581b567781b6b2a99a9f2059e3f3c324a0c928 /fs/ntfs/ChangeLog | |
parent | bb3cf33509009132cf8c7a7729f9d26c0c5fa961 (diff) |
NTFS: Minor cleanup: Define and use NTFS_MAX_CLUSTER_SIZE constant instead
of hard coded 0x10000 in fs/ntfs/super.c.
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 52f868a9662b..788e3bd2528b 100644 --- a/fs/ntfs/ChangeLog +++ b/fs/ntfs/ChangeLog | |||
@@ -111,6 +111,8 @@ ToDo/Notes: | |||
111 | refusing the mount. Thanks to Bernd Casimir for pointing this | 111 | refusing the mount. Thanks to Bernd Casimir for pointing this |
112 | problem out. | 112 | problem out. |
113 | - Update attribute definition handling. | 113 | - Update attribute definition handling. |
114 | - Add NTFS_MAX_CLUSTER_SIZE and NTFS_MAX_PAGES_PER_CLUSTER constants. | ||
115 | - Use NTFS_MAX_CLUSTER_SIZE in super.c instead of hard coding 0x10000. | ||
114 | 116 | ||
115 | 2.1.22 - Many bug and race fixes and error handling improvements. | 117 | 2.1.22 - Many bug and race fixes and error handling improvements. |
116 | 118 | ||