Skip to content

Commit

Permalink
pnfs/blocklayout: include vmalloc.h for __vmalloc
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Rothwell <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Signed-off-by: Trond Myklebust <[email protected]>
  • Loading branch information
sfrothwell authored and trondmypd committed Sep 15, 2014
1 parent 88ac815 commit b262b35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fs/nfs/blocklayout/extent_tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
* Copyright (c) 2014 Christoph Hellwig.
*/

#include <linux/vmalloc.h>

#include "blocklayout.h"

#define NFSDBG_FACILITY NFSDBG_PNFS_LD
Expand Down

0 comments on commit b262b35

Please sign in to comment.