Re: [PATCH] kvm: external module: fix anon_inode build for 2.6.26

2008-07-19 Thread Avi Kivity
Alex Williamson wrote: Hi Avi, Commit 330f89ee1c19172b7b0dea739b912afc265bd755 doesn't build on 2.6.26 for some obvious undefined variables. Looks like a cut-n-paste error. Patch below. Thanks, Applied, thanks. -- I have a truly marvellous patch that fixes the bug which this signature

[PATCH] kvm: external module: fix anon_inode build for 2.6.26

2008-07-18 Thread Alex Williamson
Hi Avi, Commit 330f89ee1c19172b7b0dea739b912afc265bd755 doesn't build on 2.6.26 for some obvious undefined variables. Looks like a cut-n-paste error. Patch below. Thanks, Alex Signed-off-by: Alex Williamson [EMAIL PROTECTED] -- diff --git a/kernel/anon_inodes.c b/kernel/anon_inodes.c