mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 04:31:50 +00:00
btrfs: update comment for temp-fsid, fsid, and metadata_uuid
Update the comment to explain the relationship between temp_fsid, fsid, and metadata_uuid. Signed-off-by: Anand Jain <anand.jain@oracle.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
3cf63ddf29
commit
000331bb03
@ -299,6 +299,10 @@ struct btrfs_fs_devices {
|
||||
* - When the BTRFS_FEATURE_INCOMPAT_METADATA_UUID flag is set:
|
||||
* fs_devices->fsid == sb->fsid
|
||||
* fs_devices->metadata_uuid == sb->metadata_uuid
|
||||
*
|
||||
* - When in-memory fs_devices->temp_fsid is true
|
||||
* fs_devices->fsid = random
|
||||
* fs_devices->metadata_uuid == sb->fsid
|
||||
*/
|
||||
u8 metadata_uuid[BTRFS_FSID_SIZE];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user