Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/exfat/exfat_fat.c

    r1b20da0 ra35b458  
    516516        blocks = ROUND_UP(nodep->size, BPS(bs))/BPS(bs);
    517517        count = BPS(bs);
    518        
     518
    519519        for (i = 0; i < blocks; i++) {
    520520                rc = exfat_block_get(&b, bs, nodep, i, BLOCK_FLAGS_NOREAD);
Note: See TracChangeset for help on using the changeset viewer.