- Timestamp:
- Mar 29, 2019 1:12:50 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/sharedfolders/lnkops.c
r77873 r77950 262 262 * For kernel before 2.6.8 memory isn't being kept around. 263 263 */ 264 # if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 13) 264 # if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 2, 0) 265 static void vbsf_put_link(struct dentry *dentry, void *cookie) 266 # elif LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 13) 265 267 static void vbsf_put_link(struct dentry *dentry, struct nameidata *nd, void *cookie) 266 268 # else
Note:
See TracChangeset
for help on using the changeset viewer.