Skip to content

Instantly share code, notes, and snippets.

@battlecow
Created May 6, 2015 14:04
Show Gist options
  • Save battlecow/cb3ea9f4bafc1391d708 to your computer and use it in GitHub Desktop.
Save battlecow/cb3ea9f4bafc1391d708 to your computer and use it in GitHub Desktop.
VMWare tools Patch
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