Changeset 44148 in vbox
- Timestamp:
- Dec 18, 2012 9:36:30 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/sharedfolders/vfsmod.c
r43173 r44148 447 447 int err; 448 448 449 printk(KERN_DEBUG "ENTER: sf_remount_fs\n");450 449 sf_g = GET_GLOB_INFO(sb); 451 450 BUG_ON(!sf_g); … … 466 465 iroot = ilookup(sb, 0); 467 466 if (!iroot) 468 {469 printk(KERN_DEBUG "can't find root inode\n");470 467 return -ENOSYS; 471 } 468 472 469 sf_i = GET_INODE_INFO(iroot); 473 470 err = sf_stat(__func__, sf_g, sf_i->path, &fsinfo, 0); … … 475 472 sf_init_inode(sf_g, iroot, &fsinfo); 476 473 /*unlock_new_inode(iroot);*/ 477 printk(KERN_DEBUG "LEAVE: sf_remount_fs\n");478 474 return 0; 479 475 #else
Note:
See TracChangeset
for help on using the changeset viewer.