VirtualBox

Changeset 67532 in vbox for trunk/src


Ignore:
Timestamp:
Jun 21, 2017 9:19:07 AM (8 years ago)
Author:
vboxsync
Message:

Additions/linux/sharedfolders: removed superfluous check (dentry is never NULL)

File:
1 edited

Legend:

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

    r64567 r67532  
    687687
    688688    fFlags = fDirectory ? SHFL_REMOVE_DIR : SHFL_REMOVE_FILE;
    689     if (   dentry
    690         && dentry->d_inode
     689    if (   dentry->d_inode
    691690        && ((dentry->d_inode->i_mode & S_IFLNK) == S_IFLNK))
    692691        fFlags |= SHFL_REMOVE_SYMLINK;
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