Mark Brown <broonie@xxxxxxxxxx> writes:
On Mon, Sep 26, 2022 at 04:54:45PM -0600, Jonathan Corbet wrote:OK, I have dropped the conflicting patch. Manfred, if there are changes there that still need to get in, please resubmit that part and we'll get it done.
наб <nabijaczleweli@xxxxxxxxxxxxxxxxxx> writes:That'd certainly be a viable option too.
This also reveals that I missed NBD_REQUEST_MAGIC (needs to go,I've been trying to make sense of that merge myself. Is the right
same reason as NBD_REPLY_MAGIC) in the first pass, but that's
unrelated here.
solution that I should just drop 32ba63d4b2e1a ? Manfred, thoughts
on that?
diff --git a/include/uapi/linux/nbd.h b/include/uapi/linux/nbd.h
index 20d6cc91435d..88752b20e6c8 100644
--- a/include/uapi/linux/nbd.h
+++ b/include/uapi/linux/nbd.h
@@ -11,6 +11,8 @@
* Cleanup PARANOIA usage & code.
* 2004/02/19 Paul Clements
* Removed PARANOIA, plus various cleanup and comments
+ *
+ * See doc/proto.md of the nbd package for more details on the protocol.
*/
#ifndef _UAPILINUX_NBD_H
@@ -63,7 +65,6 @@ enum {
#define NBD_REQUEST_MAGIC 0x25609513
#define NBD_REPLY_MAGIC 0x67446698
-/* Do *not* use magics: 0x12560953 0x96744668. */
/*
* This is the packet used for communication between client and
--