VirtualBox

Changeset 44843 in vbox for trunk/src/VBox/Additions/linux


Ignore:
Timestamp:
Feb 27, 2013 1:20:02 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
83987
Message:

BUGZ:6642 Linux shared folders: remove excessive d_set_d_op() call from sf_create_aux() code path since we already do it in sf_lookup().

File:
1 edited

Legend:

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

    r42880 r44843  
    452452    sf_new_i->path = path;
    453453    SET_INODE_INFO(inode, sf_new_i);
    454 
    455     dentry->d_time = jiffies;
    456 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 38)
    457     d_set_d_op(dentry, &sf_dentry_ops);
    458 #else
    459     dentry->d_op = &sf_dentry_ops;
    460 #endif
    461454    sf_new_i->force_restat = 1;
    462455    sf_new_i->force_reread = 0;
Note: See TracChangeset for help on using the changeset viewer.

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