Re: [PATCH 0/1] Btrfs: Explicitly include vmalloc.h in send.c

2012-07-30 Thread Josef Bacik
On Sat, Jul 28, 2012 at 04:20:02PM -0600, Mitch Harder wrote: > When compiling without SMP and generic x86_64, I encountered the > following errors due to vmalloc.h not being implicitly included: > > CC fs/btrfs/send.o > fs/btrfs/send.c: In function ‘fs_path_free’: > fs/btrfs/send.c:185:4:

[PATCH 0/1] Btrfs: Explicitly include vmalloc.h in send.c

2012-07-28 Thread Mitch Harder
When compiling without SMP and generic x86_64, I encountered the following errors due to vmalloc.h not being implicitly included: CC fs/btrfs/send.o fs/btrfs/send.c: In function ‘fs_path_free’: fs/btrfs/send.c:185:4: error: implicit declaration of function ‘vfree’ fs/btrfs/send.c: In functi