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.

dm vdo: include <asm/current.h> to resolve current being undeclared

Reported when building on loongarch.

Reported-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Mike Snitzer <snitzer@kernel.org>
Signed-off-by: Bruce Johnston <bjohnsto@redhat.com>
Signed-off-by: Matthew Sakai <msakai@redhat.com>

+3
+1
drivers/md/dm-vdo/logger.c
··· 5 5 6 6 #include "logger.h" 7 7 8 + #include <asm/current.h> 8 9 #include <linux/delay.h> 9 10 #include <linux/hardirq.h> 10 11 #include <linux/module.h>
+1
drivers/md/dm-vdo/thread-registry.c
··· 5 5 6 6 #include "thread-registry.h" 7 7 8 + #include <asm/current.h> 8 9 #include <linux/rculist.h> 9 10 10 11 #include "permassert.h"
+1
drivers/md/dm-vdo/thread-utils.c
··· 5 5 6 6 #include "thread-utils.h" 7 7 8 + #include <asm/current.h> 8 9 #include <linux/delay.h> 9 10 #include <linux/kthread.h> 10 11 #include <linux/mutex.h>