Message ID | 20220317100842.1237893-2-bxue@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | check for dedupe and security namespace support | expand |
On Thu, Mar 17, 2022 at 06:08:41PM +0800, bxue@redhat.com wrote: > From: Boyang Xue <bxue@redhat.com> > > Signed-off-by: Boyang Xue <bxue@redhat.com> > --- > tests/generic/674 | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tests/generic/674 b/tests/generic/674 > index bf0bcffb..7e5e4e29 100755 > --- a/tests/generic/674 > +++ b/tests/generic/674 > @@ -19,6 +19,7 @@ _begin_fstest auto clone quick > _supported_fs generic > _require_user > _require_scratch_reflink > +_require_scratch_dedupe I think you could replace the _require_scratch_reflink with _require_scratch_dedupe here, right? I probably copypasta'd this. --D > _require_xfs_io_command dedupe > > _scratch_mkfs >> $seqres.full > -- > 2.27.0 >
(Resend due to previous email being rejected. Sorry) Thanks Darrick. I will replace the "_require_scratch_reflink" with "_require_scratch_dedupe" in v2 patch. -Boyang On Thu, Mar 17, 2022 at 11:11 PM Darrick J. Wong <djwong@kernel.org> wrote: > > On Thu, Mar 17, 2022 at 06:08:41PM +0800, bxue@redhat.com wrote: > > From: Boyang Xue <bxue@redhat.com> > > > > Signed-off-by: Boyang Xue <bxue@redhat.com> > > --- > > tests/generic/674 | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/tests/generic/674 b/tests/generic/674 > > index bf0bcffb..7e5e4e29 100755 > > --- a/tests/generic/674 > > +++ b/tests/generic/674 > > @@ -19,6 +19,7 @@ _begin_fstest auto clone quick > > _supported_fs generic > > _require_user > > _require_scratch_reflink > > +_require_scratch_dedupe > > I think you could replace the _require_scratch_reflink with > _require_scratch_dedupe here, right? I probably copypasta'd this. > > --D > > > _require_xfs_io_command dedupe > > > > _scratch_mkfs >> $seqres.full > > -- > > 2.27.0 > > >
diff --git a/tests/generic/674 b/tests/generic/674 index bf0bcffb..7e5e4e29 100755 --- a/tests/generic/674 +++ b/tests/generic/674 @@ -19,6 +19,7 @@ _begin_fstest auto clone quick _supported_fs generic _require_user _require_scratch_reflink +_require_scratch_dedupe _require_xfs_io_command dedupe _scratch_mkfs >> $seqres.full