summaryrefslogtreecommitdiffstats
path: root/fs/nfs
diff options
context:
space:
mode:
authorStephen Rothwell2014-09-15 09:01:32 +0200
committerTrond Myklebust2014-09-16 01:33:28 +0200
commitb262b35c2ceb989c6b89dae6b8e0c0ce466cc90d (patch)
treea096e84f7f032ac9ebab6ea5d91cce22f7b1e9ff /fs/nfs
parentnfs41: change PNFS_LAYOUTRET_ON_SETATTR to only return on truncation to small... (diff)
downloadkernel-qcow2-linux-b262b35c2ceb989c6b89dae6b8e0c0ce466cc90d.tar.gz
kernel-qcow2-linux-b262b35c2ceb989c6b89dae6b8e0c0ce466cc90d.tar.xz
kernel-qcow2-linux-b262b35c2ceb989c6b89dae6b8e0c0ce466cc90d.zip
pnfs/blocklayout: include vmalloc.h for __vmalloc
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Diffstat (limited to 'fs/nfs')
-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