- 時間撮記:
- 2016-11-4 下午12:15:15 (8 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Additions/linux/sharedfolders/dirops.c
r62527 r64562 749 749 */ 750 750 static 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 ) 752 756 { 753 757 int err = 0, rc = VINF_SUCCESS; … … 755 759 756 760 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 757 769 758 770 if (sf_g != GET_GLOB_INFO(new_parent->i_sb))
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器