[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[PATCH] doc: Update list of current extensions



INFO has been incorporated, and RESIZE should be listed.  Also
mention that BLOCK_SIZE depends on STRUCTURED_REPLY.

Signed-off-by: Eric Blake <eblake@redhat.com>
---

This one is simple enough that I'm pushing as trivial, while still
awaiting review on my other series for unifying reserved numbers
between the extensions.

 doc/proto.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/proto.md b/doc/proto.md
index 3233daa..4756e79 100644
--- a/doc/proto.md
+++ b/doc/proto.md
@@ -1423,11 +1423,11 @@ with names starting with the word 'extension'.

 Currently known are:

-* The `STRUCTURED_REPLY` [extension](https://github.com/NetworkBlockDevice/nbd/blob/extension-structured-reply/doc/proto.md)
+* The `STRUCTURED_REPLY` [extension](https://github.com/NetworkBlockDevice/nbd/blob/extension-structured-reply/doc/proto.md).

-* The `INFO` [extension](https://github.com/NetworkBlockDevice/nbd/blob/extension-info/doc/proto.md).
+* The `BLOCK_STATUS` [extension](https://github.com/NetworkBlockDevice/nbd/blob/extension-blockstatus/doc/proto.md) (based on the `STRUCTURED_REPLY` extension).

-* The `BLOCK_STATUS` [extension](https://github.com/NetworkBlockDevice/nbd/blob/extension-blockstatus/doc/proto.md).
+* The `RESIZE` [extension](https://github.com/NetworkBlockDevice/nbd/blob/extension-resize/doc/proto.md).

 Implementors of these extensions are strongly suggested to contact the
 [mailinglist](mailto:nbd-general@lists.sourceforge.net) in order to help
-- 
2.13.6


Reply to: