Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/fat/fat_ops.c

    ra35b458 r1b20da0  
    381381        service_id = parentp->idx->service_id;
    382382        fibril_mutex_unlock(&parentp->idx->lock);
    383 
     383       
    384384        fat_directory_t di;
    385385        rc = fat_directory_open(parentp, &di);
     
    716716        assert(childp->lnkcnt == 1);
    717717        fibril_mutex_lock(&childp->idx->lock);
    718 
     718       
    719719        fat_directory_t di;
    720720        rc = fat_directory_open(parentp, &di);
     
    856856{
    857857        fat_bs_t *bs;
    858 
     858       
    859859        bs = block_bb_get(service_id);
    860860        *count = (SPC(bs)) ? TS(bs) / SPC(bs) : 0;
     
    883883        }
    884884        *count = block_count;
    885 
     885       
    886886        return EOK;
    887887}
     
    13301330        int flags = BLOCK_FLAGS_NONE;
    13311331        errno_t rc;
    1332 
     1332       
    13331333        rc = fat_node_get(&fn, service_id, index);
    13341334        if (rc != EOK)
Note: See TracChangeset for help on using the changeset viewer.