diff mbox series

btrfs/319: add git commit ID

Message ID fbcd0be9cf4a58086074157ea8ddd3a85eab6650.1724674946.git.fdmanana@suse.com (mailing list archive)
State New
Headers show
Series btrfs/319: add git commit ID | expand

Commit Message

Filipe Manana Aug. 26, 2024, 12:22 p.m. UTC
From: Filipe Manana <fdmanana@suse.com>

The kernel patch was merged into Linus' tree, so update the 'xxxxxxxxxxxx'
stub with the respective git commit ID.

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

Comments

Josef Bacik Aug. 26, 2024, 2:46 p.m. UTC | #1
On Mon, Aug 26, 2024 at 01:22:57PM +0100, fdmanana@kernel.org wrote:
> From: Filipe Manana <fdmanana@suse.com>
> 
> The kernel patch was merged into Linus' tree, so update the 'xxxxxxxxxxxx'
> stub with the respective git commit ID.
> 
> Signed-off-by: Filipe Manana <fdmanana@suse.com>

Reviewed-by: Josef Bacik <josef@toxicpanda.com>

Thanks,

Josef
diff mbox series

Patch

diff --git a/tests/btrfs/319 b/tests/btrfs/319
index 2fe80185..975c1497 100755
--- a/tests/btrfs/319
+++ b/tests/btrfs/319
@@ -29,7 +29,7 @@  _require_cp_reflink
 _require_xfs_io_command "fiemap"
 _require_odirect
 
-_fixed_by_kernel_commit xxxxxxxxxxxx \
+_fixed_by_kernel_commit 46a6e10a1ab1 \
 	"btrfs: send: allow cloning non-aligned extent if it ends at i_size"
 
 send_files_dir=$TEST_DIR/btrfs-test-$seq