VirtualBox

Changeset 77525 in vbox


Ignore:
Timestamp:
Mar 1, 2019 11:58:45 AM (6 years ago)
Author:
vboxsync
Message:

linux/vboxsf: Code cleanups in the super block info area. bugref:9172

File:
1 edited

Legend:

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

    r77524 r77525  
    448448{
    449449        struct vbsf_super_info *sf_g = VBSF_GET_SUPER_INFO(parent->i_sb);
    450         struct sf_inode_info     *sf_i = GET_INODE_INFO(parent);
    451         SHFLSTRING               *path;
    452         struct dentry            *dret;
    453         int                       rc;
     450        struct sf_inode_info   *sf_i = GET_INODE_INFO(parent);
     451        SHFLSTRING             *path;
     452        struct dentry          *dret;
     453        int                     rc;
    454454
    455455#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 6, 0)
     
    552552{
    553553        struct vbsf_super_info *sf_g   = VBSF_GET_SUPER_INFO(parent->i_sb);
    554         struct inode             *pInode = sf_create_inode(parent, dentry, path, info, sf_g, true /*fInstantiate*/);
     554        struct inode           *pInode = sf_create_inode(parent, dentry, path, info, sf_g, true /*fInstantiate*/);
    555555        if (pInode) {
    556556                /* Store this handle if we leave the handle open. */
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