Skip to content

Commit

Permalink
Merge pull request #53 from marcelhuberfoo/master
Browse files Browse the repository at this point in the history
Compilation fix for linux kernels >=5.11
  • Loading branch information
pkoutoupis authored Mar 8, 2021
2 parents 880e30f + c23cff7 commit 2d61878
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions module/rapiddisk-cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,13 @@
#include <linux/bio.h>
#include <linux/vmalloc.h>
#include <linux/slab.h>
#include <linux/hash.h>
#include <linux/spinlock.h>
#include <linux/workqueue.h>
#include <linux/pagemap.h>
#include <linux/random.h>
#include <linux/version.h>
#include <linux/seq_file.h>
#include <linux/hardirq.h>
#include <asm/kmap_types.h>
#include <linux/dm-io.h>
#include <linux/device-mapper.h>
#include <linux/bio.h>

#define ASSERT(x) do { \
if (unlikely(!(x))) { \
Expand Down
1 change: 0 additions & 1 deletion src/net.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
#include "daemon.h"
#include <jansson.h>
#include <sys/socket.h>
#include <linux/version.h>
#include <microhttpd.h>

bool verbose;
Expand Down

0 comments on commit 2d61878

Please sign in to comment.