]> www.infradead.org Git - users/hch/misc.git/commit
block: move the block layer auto-integrity code into a new file
authorChristoph Hellwig <hch@lst.de>
Mon, 20 Jan 2025 06:02:53 +0000 (07:02 +0100)
committerChristoph Hellwig <hch@lst.de>
Mon, 3 Feb 2025 09:18:37 +0000 (10:18 +0100)
commitb0ea9ae0012fce04619e4dc49d99a54447d558f7
tree143ad1898e78391b963524f046d215707f284e37
parentca50983ff277d93d59892d0d367873f15b9567e8
block: move the block layer auto-integrity code into a new file

The code that automatically creates a integrity payload and generates /
verifies the checksums for bios that don't have submitter-provided
integrity payload currently sits right in the middle of the block
integrity metadata infrastruture.  Split it into a separate file to
make the different layers clear.

Signed-off-by: Christoph Hellwig <hch@lst.de>
block/Makefile
block/bio-integrity.c
block/integrity-default.c [new file with mode: 0644]