Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3306 → Rev 3307

/trunk/uspace/srv/fs/fat/fat.c
107,6 → 107,9
case VFS_LOOKUP:
fat_lookup(callid, &call);
break;
case VFS_READ:
fat_read(callid, &call);
break;
default:
ipc_answer_0(callid, ENOTSUP);
break;