summaryrefslogtreecommitdiff
path: root/drivers/md
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2024-07-22 11:04:09 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2024-07-22 11:04:09 -0700
commit0256994887d7c89c2a41d872aac67605bda8f115 (patch)
tree2eb9062a07d84b6027a7ef139fa82ab207428d0e /drivers/md
parentdd018c238b8489b6dd8c06f6b962ea75d79115ff (diff)
parent74cc150282e41c6c0704cd305c9a4392dc64ef4d (diff)
downloadlwn-0256994887d7c89c2a41d872aac67605bda8f115.tar.gz
lwn-0256994887d7c89c2a41d872aac67605bda8f115.zip
Merge tag 'for-6.11/block-post-20240722' of git://git.kernel.dk/linux
Pull block integrity mapping updates from Jens Axboe: "A set of cleanups and fixes for the block integrity support. Sent separately from the main block changes from last week, as they depended on later fixes in the 6.10-rc cycle" * tag 'for-6.11/block-post-20240722' of git://git.kernel.dk/linux: block: don't free the integrity payload in bio_integrity_unmap_free_user block: don't free submitter owned integrity payload on I/O completion block: call bio_integrity_unmap_free_user from blk_rq_unmap_user block: don't call bio_uninit from bio_endio block: also return bio_integrity_payload * from stubs block: split integrity support out of bio.h
Diffstat (limited to 'drivers/md')
-rw-r--r--drivers/md/dm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/md/dm.c b/drivers/md/dm.c
index abc478b649b7..97fab2087df8 100644
--- a/drivers/md/dm.c
+++ b/drivers/md/dm.c
@@ -11,6 +11,7 @@
#include "dm-uevent.h"
#include "dm-ima.h"
+#include <linux/bio-integrity.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/mutex.h>