*** This bug is a duplicate of bug 1569989 ***
https://bugs.launchpad.net/bugs/1569989
***
/var/lib/dkms/vboxhost/5.0.16/build/vboxdrv/r0drv/linux/memobj-r0drv-linux.c
2016-04-18 18:46:51.095068389 +0100
--- /usr/share/virtualbox/src/vboxhost/vboxdrv/r0drv/linux/memobj-r0drv-linux.c
2016-04-18 19:01:42.380280011 +0100
***************
*** 578,584 ****
--- 578,588 ----
{
if (!PageReserved(pMemLnx->apPages[iPage]))
SetPageDirty(pMemLnx->apPages[iPage]);
+ #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 6, 0)
+ put_page(pMemLnx->apPages[iPage]);
+ #else
page_cache_release(pMemLnx->apPages[iPage]);
+ #endif
}
if (pTask && pTask->mm)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1570167
Title:
virtualbox-guest-dkms 5.0.14-dfsg-0ubuntu1.15.10.1: virtualbox-guest
kernel module failed to build for kernel 4.6 [error: implicit
declaration of function ‘page_cache_release’]
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox/+bug/1570167/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs