Skip to content

Commit 5f07771

Browse files
bvanasscheaxboe
authored andcommitted
block: Enable lock context analysis
Now that all block/*.c files have been annotated, enable lock context analysis for all these source files. Reviewed-by: Hannes Reinecke <hare@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Bart Van Assche <bvanassche@acm.org> Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com> Link: https://patch.msgid.link/e248ca3aeead238bbc489cf3afdafcbff9e41faf.1780682325.git.bvanassche@acm.org Signed-off-by: Jens Axboe <axboe@kernel.dk>
1 parent f10b2de commit 5f07771

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

block/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
# Makefile for the kernel block layer
44
#
55

6+
CONTEXT_ANALYSIS := y
7+
68
obj-y := bdev.o fops.o bio.o elevator.o blk-core.o blk-sysfs.o \
79
blk-flush.o blk-settings.o blk-ioc.o blk-map.o \
810
blk-merge.o blk-timeout.o blk-lib.o blk-mq.o \

0 commit comments

Comments
 (0)