VirtualBox

Ignore:
Timestamp:
Sep 12, 2007 1:23:39 PM (17 years ago)
Author:
vboxsync
Message:

Linux shared folder module restructuring - try to fix a burning box

Location:
trunk/src/VBox/Additions/linux/sharedfolders
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/sharedfolders/utils.c

    r4729 r4735  
    139139   or [sf_stat] is unsuccessful, otherwise we return success and
    140140   update inode attributes */
    141 static int
     141int
    142142sf_inode_revalidate (struct dentry *dentry)
    143143{
  • trunk/src/VBox/Additions/linux/sharedfolders/vfsmod.h

    r4732 r4735  
    6565extern struct dentry_operations sf_dentry_ops;
    6666
     67extern void
     68sf_init_inode (struct sf_glob_info *sf_g, struct inode *inode,
     69               RTFSOBJINFO *info);
    6770extern int
    6871sf_stat (const char *caller, struct sf_glob_info *sf_g,
    6972         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);
     73extern int
     74sf_inode_revalidate (struct dentry *dentry);
    7375#if LINUX_VERSION_CODE >= KERNEL_VERSION (2, 6, 0)
    7476extern int
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette