summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/subvolume_format.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2024-01-22 21:12:28 +0100
committerKent Overstreet <kent.overstreet@linux.dev>2024-03-14 02:22:24 +0100
commit64304aaf4ef3d14c46d711a35a7b78bb5790350a (patch)
treefdad0bbb065833b2e2e35f9e2a8c3d212a6e5090 /fs/bcachefs/subvolume_format.h
parentbcachefs: Repair subvol dirents that point to non subvols (diff)
downloadlinux-64304aaf4ef3d14c46d711a35a7b78bb5790350a.tar.xz
linux-64304aaf4ef3d14c46d711a35a7b78bb5790350a.zip
bcachefs: bch_subvolume::parent -> creation_parent
bit of renaming, prep for adding a fs path parent 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 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;
};