Remove path argument from mount function
This commit is contained in:
parent
2504ff88fd
commit
04cf7b8f6a
@ -8,7 +8,7 @@ struct Serv {
|
||||
}
|
||||
|
||||
impl fs_rpc::Server for Serv {
|
||||
fn mount(&self, _dev: &std::path::Path, _path: &std::path::Path) -> Result<u64, ()> {
|
||||
fn mount(&self, _dev: &std::path::Path) -> Result<u64, ()> {
|
||||
Ok(0)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user