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:
parent
89d327d66e
commit
b30e56f287
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user