X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libbcachefs%2Fsubvolume_format.h;fp=libbcachefs%2Fsubvolume_format.h;h=e029df7ba89f5244b65c99d021252d753207d3bd;hb=7a716b76b5963dc2d158883f4497bab221932412;hp=af79134b07d6ad304e7af22b838d9709e777a41b;hpb=9e6d9560d070bc14e1498a24ef6634d2b99f7e84;p=bcachefs-tools-debian diff --git a/libbcachefs/subvolume_format.h b/libbcachefs/subvolume_format.h index af79134..e029df7 100644 --- a/libbcachefs/subvolume_format.h +++ b/libbcachefs/subvolume_format.h @@ -19,8 +19,8 @@ struct bch_subvolume { * This is _not_ necessarily the subvolume of the directory containing * this subvolume: */ - __le32 parent; - __le32 pad; + __le32 creation_parent; + __le32 fs_path_parent; bch_le128 otime; };