Changeset f7376cbf in mainline for uspace/lib/libfs/libfs.c
- Timestamp:
- 2010-01-25T21:04:49Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ea44bd1
- Parents:
- ae75e2e3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libfs/libfs.c
rae75e2e3 rf7376cbf 315 315 316 316 if ((tmp) && (tmp->mp_data.mp_active) && 317 (!(lflag & L_ NOCROSS_LAST_MP) || (next <= last))) {317 (!(lflag & L_MP) || (next <= last))) { 318 318 if (next > last) 319 319 next = last = first; … … 486 486 goto out; 487 487 } 488 489 if ((lflag & L_ROOT) && par) { 490 ipc_answer_0(rid, EINVAL); 491 goto out; 492 } 488 493 489 494 out_with_answer:
Note:
See TracChangeset
for help on using the changeset viewer.