Changeset 08e103d4 in mainline for uspace/lib/ext4/src/ops.c
- Timestamp:
- 2019-02-05T18:26:05Z (6 years ago)
- Children:
- 1d2f85e
- Parents:
- d066259
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-02-05 16:16:55)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-02-05 18:26:05)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ext4/src/ops.c
rd066259 r08e103d4 539 539 { 540 540 /* Check maximum name length */ 541 if (str_ size(name) > EXT4_DIRECTORY_FILENAME_LEN)541 if (str_bytes(name) > EXT4_DIRECTORY_FILENAME_LEN) 542 542 return ENAMETOOLONG; 543 543
Note:
See TracChangeset
for help on using the changeset viewer.