commit | e6c1d2ab76a90c151a72694456b608e6e9f927c5 | [log] [tgz] |
---|---|---|
author | Anand Jain <anand.jain@oracle.com> | Tue Feb 20 03:48:44 2024 +0800 |
committer | Zorro Lang <zlang@kernel.org> | Fri Mar 01 19:22:36 2024 +0800 |
tree | 3ab6979a4a1371081dfe34cf3dedd9b46b3bed06 | |
parent | 257d00e13dcafb2567437c78385c75484b2badfc [diff] |
btrfs: verify that subvolume mounts are unaffected by tempfsid The tempfsid logic must determine whether the incoming mount request is for a device already mounted or a new device mount. Verify that it recognizes the device already mounted well by creating reflink across the subvolume mount points. Reviewed-by: Filipe Manana <fdmanana@suse.com> Signed-off-by: Anand Jain <anand.jain@oracle.com>