Changeset cc8044e in mainline for uspace/srv/fs/ext4fs


Ignore:
Timestamp:
2013-09-13T14:05:30Z (12 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d2663d8, eb40d86
Parents:
adec6a29
Message:

There is no need to check wether the inst pointer is NULL or not

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/ext4fs/ext4fs_ops.c

    radec6a29 rcc8044e  
    876876        if (rc != EOK)
    877877                return rc;
    878         if (NULL == inst)
    879                 return ENOENT;
    880878
    881879        ext4_superblock_t *sb = inst->filesystem->superblock;
Note: See TracChangeset for help on using the changeset viewer.