Commit 12207f49 authored by Kent Overstreet's avatar Kent Overstreet

bcachefs: comment bch_subvolume

Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent d32088f2
...@@ -1123,6 +1123,9 @@ struct bch_subvolume { ...@@ -1123,6 +1123,9 @@ struct bch_subvolume {
* Snapshot subvolumes form a tree, separate from the snapshot nodes * Snapshot subvolumes form a tree, separate from the snapshot nodes
* tree - if this subvolume is a snapshot, this is the ID of the * tree - if this subvolume is a snapshot, this is the ID of the
* subvolume it was created from: * subvolume it was created from:
*
* This is _not_ necessarily the subvolume of the directory containing
* this subvolume:
*/ */
__le32 parent; __le32 parent;
__le32 pad; __le32 pad;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment