VirtualBox

忽略:
時間撮記:
2016-11-4 下午12:15:15 (8 年 以前)
作者:
vboxsync
訊息:

Additions/linux/sharedfolders: fix for Linux 4.9

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Additions/linux/sharedfolders/dirops.c

    r62527 r64562  
    749749 */
    750750static int sf_rename(struct inode *old_parent, struct dentry *old_dentry,
    751                      struct inode *new_parent, struct dentry *new_dentry)
     751                     struct inode *new_parent, struct dentry *new_dentry
     752#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 9, 0)
     753                     , unsigned flags
     754#endif
     755                     )
    752756{
    753757    int err = 0, rc = VINF_SUCCESS;
     
    755759
    756760    TRACE();
     761
     762#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 9, 0)
     763    if (flags)
     764    {
     765        LogFunc(("rename with flags=%x\n", flags));
     766        return -EINVAL;
     767    }
     768#endif
    757769
    758770    if (sf_g != GET_GLOB_INFO(new_parent->i_sb))
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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