Applied patch by Marco Minutoli that adds the short name to nfs, and userlandfs.

Please note, though, that both of these file systems currently don't compile and
are not part of the image.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25561 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2008-05-19 12:43:45 +00:00
parent 89d327d66e
commit b30e56f287
2 changed files with 4 additions and 2 deletions

View File

@ -2542,7 +2542,8 @@ file_system_module_info sNFSFileSystem = {
0,
nfs_std_ops,
},
"Network File System v2",
"nfs", // short name
"Network File System v2", // pretty name
0, // DDM flags
// scanning

View File

@ -1033,7 +1033,8 @@ static file_system_module_info sUserlandFSModuleInfo = {
userlandfs_std_ops,
},
"Userland File System",
"userlandfs", // short name
"Userland File System", // pretty name
0, // DDM flags
// scanning