Skip to content

Commit 1da40c2

Browse files
nabijaczleweligregkh
authored andcommitted
Documentation: NBD_REQUEST_MAGIC isn't a magic number
It's part of the line protocol, same as in commit 8280581 ("Documentation: NBD_REPLY_MAGIC isn't a magic number") Signed-off-by: Ahelenia Ziemiańska <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent cdc7daa commit 1da40c2

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

Documentation/process/magic-number.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ TTY_MAGIC 0x5401 tty_struct ``include/linux/
7777
MGSL_MAGIC 0x5401 mgsl_info ``drivers/char/synclink.c``
7878
TTY_DRIVER_MAGIC 0x5402 tty_driver ``include/linux/tty_driver.h``
7979
MGSLPC_MAGIC 0x5402 mgslpc_info ``drivers/char/pcmcia/synclink_cs.c``
80-
NBD_REQUEST_MAGIC 0x12560953 nbd_request ``include/linux/nbd.h``
8180
BAYCOM_MAGIC 0x19730510 baycom_state ``drivers/net/baycom_epp.c``
8281
HDLCDRV_MAGIC 0x5ac6e778 hdlcdrv_state ``include/linux/hdlcdrv.h``
8382
KV_MAGIC 0x5f4b565f kernel_vars_s ``arch/mips/include/asm/sn/klkernvars.h``

Documentation/translations/it_IT/process/magic-number.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ TTY_MAGIC 0x5401 tty_struct ``include/linux/
8383
MGSL_MAGIC 0x5401 mgsl_info ``drivers/char/synclink.c``
8484
TTY_DRIVER_MAGIC 0x5402 tty_driver ``include/linux/tty_driver.h``
8585
MGSLPC_MAGIC 0x5402 mgslpc_info ``drivers/char/pcmcia/synclink_cs.c``
86-
NBD_REQUEST_MAGIC 0x12560953 nbd_request ``include/linux/nbd.h``
8786
BAYCOM_MAGIC 0x19730510 baycom_state ``drivers/net/baycom_epp.c``
8887
HDLCDRV_MAGIC 0x5ac6e778 hdlcdrv_state ``include/linux/hdlcdrv.h``
8988
KV_MAGIC 0x5f4b565f kernel_vars_s ``arch/mips/include/asm/sn/klkernvars.h``

Documentation/translations/zh_CN/process/magic-number.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ TTY_MAGIC 0x5401 tty_struct ``include/linux/
6666
MGSL_MAGIC 0x5401 mgsl_info ``drivers/char/synclink.c``
6767
TTY_DRIVER_MAGIC 0x5402 tty_driver ``include/linux/tty_driver.h``
6868
MGSLPC_MAGIC 0x5402 mgslpc_info ``drivers/char/pcmcia/synclink_cs.c``
69-
NBD_REQUEST_MAGIC 0x12560953 nbd_request ``include/linux/nbd.h``
7069
BAYCOM_MAGIC 0x19730510 baycom_state ``drivers/net/baycom_epp.c``
7170
HDLCDRV_MAGIC 0x5ac6e778 hdlcdrv_state ``include/linux/hdlcdrv.h``
7271
KV_MAGIC 0x5f4b565f kernel_vars_s ``arch/mips/include/asm/sn/klkernvars.h``

Documentation/translations/zh_TW/process/magic-number.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ TTY_MAGIC 0x5401 tty_struct ``include/linux/
6969
MGSL_MAGIC 0x5401 mgsl_info ``drivers/char/synclink.c``
7070
TTY_DRIVER_MAGIC 0x5402 tty_driver ``include/linux/tty_driver.h``
7171
MGSLPC_MAGIC 0x5402 mgslpc_info ``drivers/char/pcmcia/synclink_cs.c``
72-
NBD_REQUEST_MAGIC 0x12560953 nbd_request ``include/linux/nbd.h``
7372
BAYCOM_MAGIC 0x19730510 baycom_state ``drivers/net/baycom_epp.c``
7473
HDLCDRV_MAGIC 0x5ac6e778 hdlcdrv_state ``include/linux/hdlcdrv.h``
7574
KV_MAGIC 0x5f4b565f kernel_vars_s ``arch/mips/include/asm/sn/klkernvars.h``

0 commit comments

Comments
 (0)