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
index 7155b4d..8a602cd 100644
--- a/kernel/anon_inodes.c
+++ b/kernel/anon_inodes.c
@@ -251,7 +251,7 @@ int kvm_anon_inode_getfd(const char *name,
const struct file_operations *fops,
void *priv)
{
- return anon_inode_getfd(&fd, &inode, &file, name, fops, priv);
+ return anon_inode_getfd(name, fops, priv);
}
#endif
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html