Changeset 18b6a88 in mainline for uspace/srv/fs/fat/fat_ops.c


Ignore:
Timestamp:
2018-04-15T09:35:04Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c1f44ca
Parents:
8ebe212
Message:

More ccheck fixes, sometimes with manual intervention.

File:
1 edited

Legend:

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

    r8ebe212 r18b6a88  
    241241                fn = FS_NODE(nodep);
    242242        } else {
    243 skip_cache:
     243        skip_cache:
    244244                /* Try to allocate a new node structure. */
    245245                fibril_mutex_unlock(&ffn_mutex);
     
    12891289                        goto miss;
    12901290
    1291 err:
     1291        err:
    12921292                (void) fat_node_put(fn);
    12931293                async_answer_0(chandle, rc);
    12941294                return rc;
    12951295
    1296 miss:
     1296        miss:
    12971297                rc = fat_directory_close(&di);
    12981298                if (rc != EOK)
     
    13031303                return rc != EOK ? rc : ENOENT;
    13041304
    1305 hit:
     1305        hit:
    13061306                pos = di.pos;
    13071307                rc = fat_directory_close(&di);
Note: See TracChangeset for help on using the changeset viewer.