Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Stephen Rothwell and committed by
Trond Myklebust
b262b35c 88ac815c

+2
+2
fs/nfs/blocklayout/extent_tree.c
··· 2 2 * Copyright (c) 2014 Christoph Hellwig. 3 3 */ 4 4 5 + #include <linux/vmalloc.h> 6 + 5 7 #include "blocklayout.h" 6 8 7 9 #define NFSDBG_FACILITY NFSDBG_PNFS_LD