aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Rothwell <[email protected]>2014-09-15 17:01:32 +1000
committerTrond Myklebust <[email protected]>2014-09-15 19:33:28 -0400
commitb262b35c2ceb989c6b89dae6b8e0c0ce466cc90d (patch)
treea096e84f7f032ac9ebab6ea5d91cce22f7b1e9ff
parent88ac815cdbef93dec8382b3531ef90474dd102f2 (diff)
pnfs/blocklayout: include vmalloc.h for __vmalloc
Signed-off-by: Stephen Rothwell <[email protected]> Reviewed-by: Christoph Hellwig <[email protected]> Signed-off-by: Trond Myklebust <[email protected]>
-rw-r--r--fs/nfs/blocklayout/extent_tree.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/nfs/blocklayout/extent_tree.c b/fs/nfs/blocklayout/extent_tree.c
index 93193616205a..31d0b5e53dfd 100644
--- a/fs/nfs/blocklayout/extent_tree.c
+++ b/fs/nfs/blocklayout/extent_tree.c
@@ -2,6 +2,8 @@
* Copyright (c) 2014 Christoph Hellwig.
*/
+#include <linux/vmalloc.h>
+
#include "blocklayout.h"
#define NFSDBG_FACILITY NFSDBG_PNFS_LD