]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
UBUNTU: ubuntu: vbox -- Update to 5.1.14-dfsg-2
authorSeth Forshee <seth.forshee@canonical.com>
Thu, 23 Feb 2017 16:27:45 +0000 (10:27 -0600)
committerSeth Forshee <seth.forshee@canonical.com>
Thu, 23 Feb 2017 20:20:51 +0000 (14:20 -0600)
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
ubuntu/vbox/BOM
ubuntu/vbox/vboxsf/lnkops.c

index 299e73a85a5f16951b63052f8d214e85a5b4ed30..f97e1f35e208c807db118cdde03ce91ecb38eaed 100644 (file)
@@ -1,2 +1,2 @@
-Source: http://ports.ubuntu.com/pool/multiverse/v/virtualbox/virtualbox-guest-dkms_5.1.14-dfsg-1_all.deb
-Version: 5.1.14-dfsg-1
+Source: http://ports.ubuntu.com/pool/multiverse/v/virtualbox/virtualbox-guest-dkms_5.1.14-dfsg-2_all.deb
+Version: 5.1.14-dfsg-2
index 0d81e74199afc619a6fd3ce458c55f0d901ff545..e43b84c0dd3d7b61d7ddb5b283cd643524abe909 100644 (file)
@@ -90,6 +90,9 @@ static const char *sf_get_link(struct dentry *dentry, struct inode *inode,
 
 struct inode_operations sf_lnk_iops =
 {
+# if LINUX_VERSION_CODE < KERNEL_VERSION(4, 10, 0)
+    .readlink       = generic_readlink,
+# endif
 # if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 5, 0)
     .get_link       = sf_get_link
 # elif LINUX_VERSION_CODE >= KERNEL_VERSION(4, 2, 0)