Index: /trunk/src/VBox/Additions/linux/sharedfolders/regops.c
===================================================================
--- /trunk/src/VBox/Additions/linux/sharedfolders/regops.c	(revision 78184)
+++ /trunk/src/VBox/Additions/linux/sharedfolders/regops.c	(revision 78185)
@@ -299,5 +299,5 @@
 
 #endif /* 2.6.19 <= linux < 3.16.0 */
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 16, 0) && LINUX_VERSION_CODE < KERNEL_VERSION(3, 17, 0)
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 16, 0) && LINUX_VERSION_CODE < KERNEL_VERSION(3, 16, 35)
 
 /** This is for implementing cMaxPage on 3.16 which doesn't have it. */
@@ -318,5 +318,5 @@
     vbsf_iov_iter_get_pages_3_16(a_pIter, a_papPages, a_cbMax, a_cMaxPages, a_poffPg0)
 
-#endif /* 3.16.x */
+#endif /* 3.16.0-3.16.34 */
 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 19) && LINUX_VERSION_CODE < KERNEL_VERSION(3, 18, 0)
 
