Changes in uspace/srv/fs/mfs/mfs_balloc.c [7a46bfe:40a2af3] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/mfs/mfs_balloc.c
r7a46bfe r40a2af3 122 122 block_t *b; 123 123 124 assert(inst != NULL);125 124 sbi = inst->sbi; 126 assert(sbi != NULL);127 125 128 126 if (bid == BMAP_ZONE) { … … 192 190 int r, freebit; 193 191 194 assert(inst != NULL);195 192 sbi = inst->sbi; 196 assert(sbi != NULL);197 193 198 194 if (bid == BMAP_ZONE) {
Note:
See TracChangeset
for help on using the changeset viewer.