- Timestamp:
- Apr 1, 2019 10:03:20 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/sharedfolders/lnkops.c
r77973 r77974 263 263 */ 264 264 # if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 2, 0) 265 static void vbsf_put_link(struct dentry *dentry, void *cookie)265 static void vbsf_put_link(struct inode *inode, void *cookie) 266 266 # elif LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 13) 267 267 static void vbsf_put_link(struct dentry *dentry, struct nameidata *nd, void *cookie)
Note:
See TracChangeset
for help on using the changeset viewer.