Tell VFS how many requests an FS can handle concurrently

This commit is contained in:
Thomas Veerman
2011-08-22 15:02:13 +00:00
parent 30be017762
commit 8a73de51f1
6 changed files with 11 additions and 0 deletions

View File

@@ -35,6 +35,8 @@ PUBLIC int fs_readsuper(void)
fs_m_out.RES_GID = root->i_stat.gid;
fs_m_out.RES_DEV = NO_DEV;
fs_m_out.RES_CONREQS = 1;/* We can handle only 1 request at a time */
fs_mounted = TRUE;
return OK;