diff mbox series

btrfs/303: add git commit ID to _fixed_by_kernel_commit

Message ID a61891b7afa408c39921c2357d00812292068c9e.1701858258.git.fdmanana@suse.com (mailing list archive)
State New, archived
Headers show
Series btrfs/303: add git commit ID to _fixed_by_kernel_commit | expand

Commit Message

Filipe Manana Dec. 6, 2023, 10:24 a.m. UTC
From: Filipe Manana <fdmanana@suse.com>

The kernel patch for this test was merged into 6.7-rc4, so replace the
"xxxxxxxxxxxx" stub with the commit id.

Signed-off-by: Filipe Manana <fdmanana@suse.com>
---
 tests/btrfs/303 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Zorro Lang Dec. 9, 2023, 4:41 a.m. UTC | #1
On Wed, Dec 06, 2023 at 10:24:44AM +0000, fdmanana@kernel.org wrote:
> From: Filipe Manana <fdmanana@suse.com>
> 
> The kernel patch for this test was merged into 6.7-rc4, so replace the
> "xxxxxxxxxxxx" stub with the commit id.
> 
> Signed-off-by: Filipe Manana <fdmanana@suse.com>
> ---

Reviewed-by: Zorro Lang <zlang@redhat.com>

>  tests/btrfs/303 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/btrfs/303 b/tests/btrfs/303
> index b9d6c61d..521d49d0 100755
> --- a/tests/btrfs/303
> +++ b/tests/btrfs/303
> @@ -15,7 +15,7 @@ _begin_fstest auto quick snapshot subvol qgroup
>  _supported_fs btrfs
>  _require_scratch
>  
> -_fixed_by_kernel_commit xxxxxxxxxxxx \
> +_fixed_by_kernel_commit 8049ba5d0a28 \
>  	"btrfs: do not abort transaction if there is already an existing qgroup"
>  
>  _scratch_mkfs >> $seqres.full 2>&1 || _fail "mkfs failed"
> -- 
> 2.40.1
> 
>
Filipe Manana Dec. 29, 2023, 12:59 p.m. UTC | #2
On Sat, Dec 9, 2023 at 4:41 AM Zorro Lang <zlang@redhat.com> wrote:
>
> On Wed, Dec 06, 2023 at 10:24:44AM +0000, fdmanana@kernel.org wrote:
> > From: Filipe Manana <fdmanana@suse.com>
> >
> > The kernel patch for this test was merged into 6.7-rc4, so replace the
> > "xxxxxxxxxxxx" stub with the commit id.
> >
> > Signed-off-by: Filipe Manana <fdmanana@suse.com>
> > ---
>
> Reviewed-by: Zorro Lang <zlang@redhat.com>

What happened to this patch? It was not merged in the last 2 for-next
branch updates.

Thanks.

>
> >  tests/btrfs/303 | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/tests/btrfs/303 b/tests/btrfs/303
> > index b9d6c61d..521d49d0 100755
> > --- a/tests/btrfs/303
> > +++ b/tests/btrfs/303
> > @@ -15,7 +15,7 @@ _begin_fstest auto quick snapshot subvol qgroup
> >  _supported_fs btrfs
> >  _require_scratch
> >
> > -_fixed_by_kernel_commit xxxxxxxxxxxx \
> > +_fixed_by_kernel_commit 8049ba5d0a28 \
> >       "btrfs: do not abort transaction if there is already an existing qgroup"
> >
> >  _scratch_mkfs >> $seqres.full 2>&1 || _fail "mkfs failed"
> > --
> > 2.40.1
> >
> >
>
Zorro Lang Jan. 1, 2024, 7:55 p.m. UTC | #3
On Fri, Dec 29, 2023 at 12:59:44PM +0000, Filipe Manana wrote:
> On Sat, Dec 9, 2023 at 4:41 AM Zorro Lang <zlang@redhat.com> wrote:
> >
> > On Wed, Dec 06, 2023 at 10:24:44AM +0000, fdmanana@kernel.org wrote:
> > > From: Filipe Manana <fdmanana@suse.com>
> > >
> > > The kernel patch for this test was merged into 6.7-rc4, so replace the
> > > "xxxxxxxxxxxx" stub with the commit id.
> > >
> > > Signed-off-by: Filipe Manana <fdmanana@suse.com>
> > > ---
> >
> > Reviewed-by: Zorro Lang <zlang@redhat.com>
> 
> What happened to this patch? It was not merged in the last 2 for-next
> branch updates.

Sorry, it was missed, it'll be in next release.

Thanks,
Zorro

> 
> Thanks.
> 
> >
> > >  tests/btrfs/303 | 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > >
> > > diff --git a/tests/btrfs/303 b/tests/btrfs/303
> > > index b9d6c61d..521d49d0 100755
> > > --- a/tests/btrfs/303
> > > +++ b/tests/btrfs/303
> > > @@ -15,7 +15,7 @@ _begin_fstest auto quick snapshot subvol qgroup
> > >  _supported_fs btrfs
> > >  _require_scratch
> > >
> > > -_fixed_by_kernel_commit xxxxxxxxxxxx \
> > > +_fixed_by_kernel_commit 8049ba5d0a28 \
> > >       "btrfs: do not abort transaction if there is already an existing qgroup"
> > >
> > >  _scratch_mkfs >> $seqres.full 2>&1 || _fail "mkfs failed"
> > > --
> > > 2.40.1
> > >
> > >
> >
>
diff mbox series

Patch

diff --git a/tests/btrfs/303 b/tests/btrfs/303
index b9d6c61d..521d49d0 100755
--- a/tests/btrfs/303
+++ b/tests/btrfs/303
@@ -15,7 +15,7 @@  _begin_fstest auto quick snapshot subvol qgroup
 _supported_fs btrfs
 _require_scratch
 
-_fixed_by_kernel_commit xxxxxxxxxxxx \
+_fixed_by_kernel_commit 8049ba5d0a28 \
 	"btrfs: do not abort transaction if there is already an existing qgroup"
 
 _scratch_mkfs >> $seqres.full 2>&1 || _fail "mkfs failed"