blob: 25b88d66d0ba2c5136e75f34aff65fbe31a18524 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./modules/linux/vmhgfs/inode.c.orig
+++ ./modules/linux/vmhgfs/inode.c
@@ -1900,7 +1900,7 @@
p,
#endif
&inode->i_dentry,
- d_alias) {
+ d_u.d_alias) {
int dcount = compat_d_count(dentry);
if (dcount) {
LOG(4, ("Found %s %d \n", dentry->d_name.name, dcount));
|