VirtualBox

Ignore:
Timestamp:
Mar 9, 2019 6:12:49 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
129256
Message:

linux/vboxsf: Slash the right page0 offset in vbsf_iter_lock_pages(). Corrected IOVEC detection in vbsf_iter_max_span_of_pages(). More logging. bugref:9172 ticketref:17360

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/sharedfolders/vfsmod.h

    r77561 r77628  
    396396# define TRACE()          LogFunc(("tracepoint\n"))
    397397# define SFLOGFLOW(aArgs) Log(aArgs)
     398# define SFLOG2(aArgs)    Log2(aArgs)
     399# define SFLOG3(aArgs)    Log3(aArgs)
    398400# ifdef LOG_ENABLED
    399401#  define SFLOG_ENABLED   1
     
    402404# define TRACE()          RTLogBackdoorPrintf("%s: tracepoint\n", __FUNCTION__)
    403405# define SFLOGFLOW(aArgs) RTLogBackdoorPrintf aArgs
     406# define SFLOG2(aArgs)    RTLogBackdoorPrintf aArgs
     407# define SFLOG3(aArgs)    RTLogBackdoorPrintf aArgs
    404408# define SFLOG_ENABLED    1
    405409#endif
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