- 時間撮記:
- 2009-7-5 下午08:31:35 (15 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Additions/linux/sharedfolders/regops.c
r21041 r21233 35 35 uint64_t pos) 36 36 { 37 /** @todo bird: yes, kmap() and kmalloc() input only. Since the buffer is 38 * contiguous in physical memory (kmalloc or single page), we should 39 * use a physical address here to speed things up. */ 37 40 int rc = vboxCallRead (&client_handle, &sf_g->map, sf_r->handle, 38 41 pos, nread, buf, false /* already locked? */); … … 50 53 uint64_t pos) 51 54 { 55 /** @todo bird: yes, kmap() and kmalloc() input only. Since the buffer is 56 * contiguous in physical memory (kmalloc or single page), we should 57 * use a physical address here to speed things up. */ 52 58 int rc = vboxCallWrite (&client_handle, &sf_g->map, sf_r->handle, 53 59 pos, nwritten, buf, false /* already locked? */);
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器