Signed-off-by: Anand Jain <anand.jain@xxxxxxxxxx>
---
Hi David,
I note the original patch [1] is already queued so here I am sending
a fix-up patch can you pls squash this to [1]
[1]
[PATCH 2/3 v2] btrfs: reduce arguments for decompress_bio ops
This fixup patch, fixes issues reported by kbuild test robot which
reported the build failure with ARCH=s390, looking at what was missed
i.e to include refcount.h it puzzles me why there wasn't such an error
on my default x86 build though. Thanks.
fs/btrfs/lzo.c | 1 +
fs/btrfs/zlib.c | 1 +
2 files changed, 2 insertions(+)
diff --git a/fs/btrfs/lzo.c b/fs/btrfs/lzo.c
index 29b2e1319e6e..5995563ca56f 100644
--- a/fs/btrfs/lzo.c
+++ b/fs/btrfs/lzo.c
@@ -25,6 +25,7 @@
#include <linux/pagemap.h>
#include <linux/bio.h>
#include <linux/lzo.h>
+#include <linux/refcount.h>
#include "compression.h"
#define LZO_LEN 4
diff --git a/fs/btrfs/zlib.c b/fs/btrfs/zlib.c
index c0f592406bb1..d5446e18bb59 100644
--- a/fs/btrfs/zlib.c
+++ b/fs/btrfs/zlib.c
@@ -30,6 +30,7 @@
#include <linux/sched.h>
#include <linux/pagemap.h>
#include <linux/bio.h>
+#include <linux/refcount.h>
#include "compression.h"
struct workspace {
--
2.10.0
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html