Created
May 6, 2015 14:04
-
-
Save battlecow/cb3ea9f4bafc1391d708 to your computer and use it in GitHub Desktop.
VMWare tools Patch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1924a1925 | |
> #if LINUX_VERSION_CODE < KERNEL_VERSION(3, 13, 0) | |
1925a1927,1929 | |
> #else | |
> d_u.d_alias) { | |
> #endif | |
1977a1982 | |
> #if LINUX_VERSION_CODE < KERNEL_VERSION(3, 13, 0) | |
1978a1984,1987 | |
> #else | |
> struct dentry *dentry = list_entry(pos, struct dentry, d_u.d_alias); | |
> #endif | |
> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment