aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/blocklayout
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2014-09-15 17:01:32 +1000
committerTrond Myklebust <trond.myklebust@primarydata.com>2014-09-15 19:33:28 -0400
commitb262b35c2ceb989c6b89dae6b8e0c0ce466cc90d (patch)
treea096e84f7f032ac9ebab6ea5d91cce22f7b1e9ff /fs/nfs/blocklayout
parentnfs41: change PNFS_LAYOUTRET_ON_SETATTR to only return on truncation to smaller size (diff)
downloadlinux-dev-b262b35c2ceb989c6b89dae6b8e0c0ce466cc90d.tar.xz
linux-dev-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/blocklayout')
-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