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: remove unnecessary indexer.h includes

Signed-off-by: Matthew Sakai <msakai@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@kernel.org>

authored by

Matthew Sakai and committed by
Mike Snitzer
61234f0b 81c751ad

-2
-1
drivers/md/dm-vdo/encodings.h
··· 11 11 #include <linux/limits.h> 12 12 #include <linux/uuid.h> 13 13 14 - #include "indexer.h" 15 14 #include "numeric.h" 16 15 17 16 #include "constants.h"
-1
drivers/md/dm-vdo/vdo.h
··· 17 17 #include "admin-state.h" 18 18 #include "encodings.h" 19 19 #include "funnel-workqueue.h" 20 - #include "indexer.h" 21 20 #include "packer.h" 22 21 #include "physical-zone.h" 23 22 #include "statistics.h"