Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4422 → Rev 4423

/trunk/uspace/lib/libfs/libfs.c
198,7 → 198,8
/*
* Do not release the FS node so that it stays in memory.
*/
ipc_answer_0(rid, rc);
ipc_answer_3(rid, rc, IPC_GET_ARG1(answer), IPC_GET_ARG2(answer),
IPC_GET_ARG3(answer));
}
 
/** Lookup VFS triplet by name in the file system name space.