Re: [PATCH v5 01/10] fstests: add _loop_image_create_clone() helper
Christoph Hellwig <[email protected]>
| Newsgroups | org.kernel.vger.fstests,org.kernel.vger.linux-btrfs,org.kernel.vger.linux-ext4,org.kernel.vger.linux-xfs |
|---|---|
| Message-ID | <[email protected]> |
On Thu, May 21, 2026 at 08:54:51PM +0800, Anand Jain wrote: > Introduce _loop_image_create_clone() and _loop_image_destroy() to mkfs an > image file and clone it to another image file, and attach a loop device to > them. And its destroy part. > > Signed-off-by: Anand Jain <[email protected]> > --- > common/rc | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 50 insertions(+) > > diff --git a/common/rc b/common/rc > index 9632b211b58f..a2ee23c45003 100644 > --- a/common/rc > +++ b/common/rc > @@ -1503,6 +1503,56 @@ _scratch_resvblks() > esac > } > > +_loop_image_create_clone() > +{ Please add a comment explaining the function and how to use it. > +_loop_image_destroy() > +{ Same.