aboutsummaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/subvolume_format.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/bcachefs/subvolume_format.h')
-rw-r--r--fs/bcachefs/subvolume_format.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/bcachefs/subvolume_format.h b/fs/bcachefs/subvolume_format.h
index af79134b07d6..b81cf0c6119d 100644
--- a/fs/bcachefs/subvolume_format.h
+++ b/fs/bcachefs/subvolume_format.h
@@ -19,7 +19,7 @@ struct bch_subvolume {
* This is _not_ necessarily the subvolume of the directory containing
* this subvolume:
*/
- __le32 parent;
+ __le32 creation_parent;
__le32 pad;
bch_le128 otime;
};