fs/userfs: Some fixes from initial testing.

This commit is contained in:
Gregory Nutt
2017-10-31 10:33:30 -06:00
parent 61372551e9
commit 0614f9673b
4 changed files with 42 additions and 10 deletions
+3
View File
@@ -115,6 +115,9 @@
#define USERFS_SERVER_FMT "/dev/userver%u"
#define USERFS_SERVER_MAXLEN (18)
#define USERFS_CLIENT_FMT "/dev/uclient%u"
#define USERFS_CLIENT_MAXLEN (18)
/* It looks like the maximum size of a request is 16 bytes. We will allow a
* little more for the maximum size of a request structure.
*/