Changeset 4735 in vbox for trunk/src/VBox/Additions/linux/sharedfolders
- Timestamp:
- Sep 12, 2007 1:23:39 PM (17 years ago)
- Location:
- trunk/src/VBox/Additions/linux/sharedfolders
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/sharedfolders/utils.c
r4729 r4735 139 139 or [sf_stat] is unsuccessful, otherwise we return success and 140 140 update inode attributes */ 141 staticint141 int 142 142 sf_inode_revalidate (struct dentry *dentry) 143 143 { -
trunk/src/VBox/Additions/linux/sharedfolders/vfsmod.h
r4732 r4735 65 65 extern struct dentry_operations sf_dentry_ops; 66 66 67 extern void 68 sf_init_inode (struct sf_glob_info *sf_g, struct inode *inode, 69 RTFSOBJINFO *info); 67 70 extern int 68 71 sf_stat (const char *caller, struct sf_glob_info *sf_g, 69 72 SHFLSTRING *path, RTFSOBJINFO *result, int ok_to_fail); 70 extern void 71 sf_init_inode (struct sf_glob_info *sf_g, struct inode *inode, 72 RTFSOBJINFO *info); 73 extern int 74 sf_inode_revalidate (struct dentry *dentry); 73 75 #if LINUX_VERSION_CODE >= KERNEL_VERSION (2, 6, 0) 74 76 extern int
Note:
See TracChangeset
for help on using the changeset viewer.