diff options
Diffstat (limited to 'fs/bcachefs/subvolume_format.h')
| -rw-r--r-- | fs/bcachefs/subvolume_format.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/bcachefs/subvolume_format.h b/fs/bcachefs/subvolume_format.h index af79134b07d6..e029df7ba89f 100644 --- a/fs/bcachefs/subvolume_format.h +++ b/fs/bcachefs/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;  };  |