Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2677 → Rev 2678

/trunk/uspace/srv/vfs/vfs_mount.c
106,7 → 106,7
* Deliver the file system name.
*/
char fs_name[FS_NAME_MAXLEN + 1];
(void) ipc_data_write_deliver(callid, fs_name, size);
(void) ipc_data_write_finalize(callid, fs_name, size);
fs_name[size] = '\0';
/*
150,7 → 150,7
/*
* Deliver the mount point.
*/
(void) ipc_data_write_deliver(callid, buf, size);
(void) ipc_data_write_finalize(callid, buf, size);
 
/*
* Lookup the root node of the filesystem being mounted.