summaryrefslogtreecommitdiff
path: root/fs/bcachefs/subvolume_format.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2024-02-09 02:39:42 +0300
committerKent Overstreet <kent.overstreet@linux.dev>2024-03-14 04:22:24 +0300
commitb8628a2529e7d615361efdbfd6c9662b687fd828 (patch)
tree6fd2eed418390d58ee29385c943ffdf3cc91117f /fs/bcachefs/subvolume_format.h
parente07c28ab92619059833715f3c1c6abc33dd7ec7c (diff)
downloadlinux-b8628a2529e7d615361efdbfd6c9662b687fd828.tar.xz
bcachefs: bch_subvolume::fs_path_parent
Record the filesystem path heirarchy for subvolumes in bch_subvolume Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
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 b81cf0c6119d..e029df7ba89f 100644
--- a/fs/bcachefs/subvolume_format.h
+++ b/fs/bcachefs/subvolume_format.h
@@ -20,7 +20,7 @@ struct bch_subvolume {
* this subvolume:
*/
__le32 creation_parent;
- __le32 pad;
+ __le32 fs_path_parent;
bch_le128 otime;
};