Changeset 76d0981d in mainline for uspace/lib/ext4/src/balloc.c
- Timestamp:
- 2018-04-12T12:57:20Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3bacee1
- Parents:
- 9c514be
- git-author:
- Jiri Svoboda <jiri@…> (2018-04-11 18:18:43)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-04-12 12:57:20)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ext4/src/balloc.c
r9c514be r76d0981d 36 36 37 37 #include <errno.h> 38 #include <stdbool.h> 38 39 #include <stdint.h> 39 40 #include "ext4/balloc.h" … … 274 275 ibmap = -1; 275 276 276 while ( 1) {277 while (true) { 277 278 if (r == bbmap || r == ibmap) 278 279 r++;
Note:
See TracChangeset
for help on using the changeset viewer.