]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - libbcachefs/subvolume_format.h
Update bcachefs sources to bee7b5a4fa21 bcachefs: Pin btree cache in ram for random...
[bcachefs-tools-debian] / libbcachefs / subvolume_format.h
index af79134b07d6ad304e7af22b838d9709e777a41b..e029df7ba89f5244b65c99d021252d753207d3bd 100644 (file)
@@ -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;
 };