From 11bf807563db52c914e314eacce757bf53e1a80e Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Fri, 26 Aug 2016 15:11:32 -0400 Subject: [PATCH] doc: add graphic for cap bit field Thanks to Jeff for putting this doc together! Signed-off-by: Patrick Donnelly --- doc/cephfs/capabilities.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/cephfs/capabilities.rst b/doc/cephfs/capabilities.rst index 4609513885d..e119806efae 100644 --- a/doc/cephfs/capabilities.rst +++ b/doc/cephfs/capabilities.rst @@ -58,6 +58,17 @@ There is one exception: The "pin" just pins the inode into memory, without granting any other caps. +Graphically: + +:: + +---+---+---+---+---+---+---+---+ + | p | _ |As x |Ls x |Xs x | + +---+---+---+---+---+---+---+---+ + |Fs x c r w b a l | + +---+---+---+---+---+---+---+---+ + +The second bit is currently unused. + Abilities granted by each cap: ------------------------------ While that is how capabilities are granted (and communicated), the important -- 2.47.3