Tell VFS how many requests an FS can handle concurrently

This commit is contained in:
Thomas Veerman
2011-08-26 12:47:43 +00:00
parent 30be017762
commit 8a73de51f1
6 changed files with 11 additions and 0 deletions
+2
View File
@@ -169,6 +169,8 @@ PUBLIC int fs_readsuper()
fs_m_out.RES_UID = root_ip->i_uid;
fs_m_out.RES_GID = root_ip->i_gid;
fs_m_out.RES_CONREQS = 1; /* We can handle only 1 request at a time */
return(r);
}