You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
drbd: Removed outdated comments and code that envisioned VNRs in header 95
Since have now header 100, that has space for 16 bit volume numbers, the high byte of the length in header 95 is no longer reserved for 8 bit volume numbers. Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com> Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
This commit is contained in:
committed by
Philipp Reisner
parent
0c8e36d9b8
commit
b55d84ba17
@@ -304,7 +304,7 @@ struct p_header80 {
|
||||
struct p_header95 {
|
||||
u16 magic; /* use DRBD_MAGIC_BIG here */
|
||||
u16 command;
|
||||
u32 length; /* Use only 24 bits of that. Ignore the highest 8 bit. */
|
||||
u32 length;
|
||||
} __packed;
|
||||
|
||||
struct p_header100 {
|
||||
|
||||
Reference in New Issue
Block a user