Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

device-mapper: using EXPORT_SYBOL in dm-space-map-checker.c needs export.h

Reported-by: Witold Baryluk <baryluk@smp.if.uj.edu.pl>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Stephen Rothwell and committed by
Linus Torvalds
a8445060 6f66263f

+1
+1
drivers/md/persistent-data/dm-space-map-checker.c
··· 7 7 #include "dm-space-map-checker.h" 8 8 9 9 #include <linux/device-mapper.h> 10 + #include <linux/export.h> 10 11 11 12 #ifdef CONFIG_DM_DEBUG_SPACE_MAPS 12 13