diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2014-09-15 03:01:32 -0400 |
---|---|---|
committer | Trond Myklebust <trond.myklebust@primarydata.com> | 2014-09-15 19:33:28 -0400 |
commit | b262b35c2ceb989c6b89dae6b8e0c0ce466cc90d (patch) | |
tree | a096e84f7f032ac9ebab6ea5d91cce22f7b1e9ff /fs/nfs | |
parent | 88ac815cdbef93dec8382b3531ef90474dd102f2 (diff) |
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.c | 2 |
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 @@ | |||
2 | * Copyright (c) 2014 Christoph Hellwig. | 2 | * Copyright (c) 2014 Christoph Hellwig. |
3 | */ | 3 | */ |
4 | 4 | ||
5 | #include <linux/vmalloc.h> | ||
6 | |||
5 | #include "blocklayout.h" | 7 | #include "blocklayout.h" |
6 | 8 | ||
7 | #define NFSDBG_FACILITY NFSDBG_PNFS_LD | 9 | #define NFSDBG_FACILITY NFSDBG_PNFS_LD |