open-vm-tools を linux-3.10 guest で動かせるようにした

A patch for workaround of open-vm-tools(2013.04.16) for Linux 3.10 kernel.
Linux 3.10 renames create_proc_entry, struct super_block::s_frozen and changes type of callback struct dentry_operations::d_revalidate, struct inode_operations::lookup.

(edit in 8/17)
Linux 3.10 has module vmw_vmci that conflicts vmci and vmhgfs. Simply removing vmci from open-vm-tools seems to work fine.

open-vm-tools-linux-3.10.patch · GitHub