- 時間撮記:
- 2017-3-8 上午11:24:53 (8 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Additions/linux/sharedfolders/utils.c
r62527 r65992 291 291 [generic_fillattr] */ 292 292 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 0) 293 # if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 11, 0) 294 int sf_getattr(const struct path *path, struct kstat *kstat, u32 request_mask, unsigned int flags) 295 # else 293 296 int sf_getattr(struct vfsmount *mnt, struct dentry *dentry, struct kstat *kstat) 297 # endif 294 298 { 295 299 int err; 300 # if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 11, 0) 301 struct dentry *dentry = path->dentry; 302 # endif 296 303 297 304 TRACE();
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器