]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: add graphic for cap bit field 10897/head
authorPatrick Donnelly <pdonnell@redhat.com>
Fri, 26 Aug 2016 19:11:32 +0000 (15:11 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Fri, 26 Aug 2016 19:13:58 +0000 (15:13 -0400)
Thanks to Jeff for putting this doc together!

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
doc/cephfs/capabilities.rst

index 4609513885d2ccd2c2d296c51e9698d508acbf4d..e119806efae36c3105e87e4ecae74c331154e0c5 100644 (file)
@@ -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