VirtualBox

Ignore:
Timestamp:
Nov 25, 2019 12:48:27 PM (5 years ago)
Author:
vboxsync
Message:

linux/vboxsf: Indent fix. bugref:9172

File:
1 edited

Legend:

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

    r82171 r82172  
    365365    struct backing_dev_info *bdi;
    366366
    367 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 0, 0) && LINUX_VERSION_CODE < KERNEL_VERSION(4, 2, 0)
     367# if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 0, 0) && LINUX_VERSION_CODE < KERNEL_VERSION(4, 2, 0)
    368368    pSuperInfo->bdi_org = sb->s_bdi;
    369 #endif
    370 
    371 #  if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 12, 0)
     369# endif
     370
     371# if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 12, 0)
    372372    rc = super_setup_bdi_name(sb, "vboxsf-%llu", (unsigned long long)idSeqMine);
    373373    if (!rc)
     
    375375    else
    376376        return rc;
    377 #  else
     377# else
    378378    bdi = &pSuperInfo->bdi;
    379 #  endif
     379# endif
    380380
    381381    bdi->ra_pages = 0;                      /* No readahead */
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