VirtualBox

Changeset 108026 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Feb 3, 2025 2:12:04 PM (3 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167298
Message:

Additions: Linux: vboxsf: Introduce initial support for kernel 6.14, bugref:10854.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/sharedfolders/utils.c

    r107165 r108026  
    11631163 * @note Caller holds no relevant locks, just a dentry reference.
    11641164 */
    1165 #if RTLNX_VER_MIN(3,6,0)
     1165
     1166#if RTLNX_VER_MIN(6,14,0)
     1167static int vbsf_dentry_revalidate(struct inode *parentDir, const struct qstr *parentName,
     1168                                  struct dentry *dentry, unsigned flags)
     1169#elif RTLNX_VER_MIN(3,6,0)
    11661170static int vbsf_dentry_revalidate(struct dentry *dentry, unsigned flags)
    11671171#elif RTLNX_VER_MIN(2,6,0)
     
    11711175#endif
    11721176{
     1177#if RTLNX_VER_MIN(6,14,0)
     1178    /* Optional, not in use currently. */
     1179    RT_NOREF(parentDir, parentName);
     1180#endif
    11731181#if RTLNX_VER_RANGE(2,6,0,  3,6,0)
    11741182    int const flags = nd ? nd->flags : 0;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette