Package: open-vm-dkms
Version: 2:8.8.0+2012.05.21-724730-1+nmu2
Followup-For: Bug #784230
Dear Maintainer,
same problem exists for amd64 kernel 3.2.65-1+deb7u2.
*** Please consider answering these questions, where appropriate ***
* What led up to the situation?
apt-get install open-vm-tools open-vm-dkms; compile error for vmhgfs
* What exactly did you do (or not do) that was effective?
1) change /usr/src/open-vm-tools-2012.05.21/vmhgfs/inode.c with attached
patch
2) run "dkms build open-vm-tools/2012.05.21"
3) run "dkms install open-vm-tools/2012.05.21"
* What was the outcome of this action?
vmhgfs kernel module compiled cleanly.
* What outcome did you expect instead?
Nothing.
*** End of the template - remove these lines ***
-- System Information:
Debian Release: 7.8
APT prefers oldstable-updates
APT policy: (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-4-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages open-vm-dkms depends on:
ii dkms 2.2.0.3-1.2
ii make 3.81-8.2
Versions of packages open-vm-dkms recommends:
ii open-vm-tools 2:8.8.0+2012.05.21-724730-1+nmu2
Versions of packages open-vm-dkms suggests:
pn open-vm-toolbox <none>
-- no debconf information
1821c1821
< dentry = list_entry(pos, struct dentry, d_alias);
---
> dentry = list_entry(pos, struct dentry, d_u.d_alias);