diff options
author | Yoshinori K. Okuji <okuji@gnu.org> | 2000-08-17 00:23:28 +0000 |
---|---|---|
committer | Yoshinori K. Okuji <okuji@gnu.org> | 2000-08-17 00:23:28 +0000 |
commit | 5e8e45c5dd03cf9830aad0b15fce26eab4a73c23 (patch) | |
tree | cd9c2418384bfe22bd6b8fcdba079dee0bca61de /ChangeLog | |
parent | 94395a0ecea8e3dcc2f09b3fd35c3c8cfad51eae (diff) |
Mask minor device numbers using MINOR_SHIFT when accessing to partitions.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2000-08-17 OKUJI Yoshinori <okuji@gnu.org> + + * linux/dev/glue/block.c (rdwr_partial): Mask the minor device + number with MINOR_SHIFT bits, when indexing the array of + partitions. Reported by Marius Vollmer <mvo@zagadka.ping.de>. + (init_partition): Likewise. + (check_limit): Likewise. + (device_get_status): Likewise. + 2000-07-27 Marcus Brinkmann <marcus@gnu.org> * Fix omissions in last change: |