Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

bcachefs: comment bch_subvolume

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>

+3
+3
fs/bcachefs/bcachefs_format.h
··· 1123 1123 * Snapshot subvolumes form a tree, separate from the snapshot nodes 1124 1124 * tree - if this subvolume is a snapshot, this is the ID of the 1125 1125 * subvolume it was created from: 1126 + * 1127 + * This is _not_ necessarily the subvolume of the directory containing 1128 + * this subvolume: 1126 1129 */ 1127 1130 __le32 parent; 1128 1131 __le32 pad;