diff options
author | Hunter Shaffer <huntershaffer182456@gmail.com> | 2023-08-17 20:50:55 -0400 |
---|---|---|
committer | Hunter Shaffer <huntershaffer182456@gmail.com> | 2023-08-17 20:50:55 -0400 |
commit | 6d16717d190b447cc6d3f87e17c54405a57d366c (patch) | |
tree | 7f1e1c22c224e7b2185bc2b33086a24e44dc3be4 /fs/bcachefs/bcachefs_format.h | |
parent | 28677d8dc4904105cbdbe297ed3fe3027ebd6856 (diff) |
bcachefs: Cleanup redundant snapshot nodesbcachefs-garbage
Signed-off-by: Hunter Shaffer <huntershaffer182456@gmail.com>
Diffstat (limited to 'fs/bcachefs/bcachefs_format.h')
-rw-r--r-- | fs/bcachefs/bcachefs_format.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/bcachefs/bcachefs_format.h b/fs/bcachefs/bcachefs_format.h index 20e96daf9ca1..f17238be494c 100644 --- a/fs/bcachefs/bcachefs_format.h +++ b/fs/bcachefs/bcachefs_format.h @@ -1150,6 +1150,7 @@ struct bch_snapshot { __le32 parent; __le32 children[2]; __le32 subvol; + /* corresponds to a bch_snapshot_tree in BTREE_ID_snapshot_trees */ __le32 tree; __le32 depth; __le32 skip[3]; |