mirror of
https://github.com/falk-werner/webfuse
synced 2025-06-13 12:54:15 +00:00
fixes style issues
This commit is contained in:
parent
61aa894647
commit
8ffaa1b366
@ -62,7 +62,6 @@ To handle multiple filesystems, that are registered by one or more providers, we
|
|||||||
|
|
||||||
- **default** is a symbolic link maintained by webfuse daemon to identify the default filesystem
|
- **default** is a symbolic link maintained by webfuse daemon to identify the default filesystem
|
||||||
|
|
||||||
|
|
||||||
This directoy structure allows to handle multiple filesystems registered by multiple providers.
|
This directoy structure allows to handle multiple filesystems registered by multiple providers.
|
||||||
It can be used as a kind of service registry, where each filesystem represents a service.
|
It can be used as a kind of service registry, where each filesystem represents a service.
|
||||||
The named subdirectores distinguish differend service types. The symbolic link *default* can be used to identify the
|
The named subdirectores distinguish differend service types. The symbolic link *default* can be used to identify the
|
||||||
@ -238,7 +237,7 @@ Open a file.
|
|||||||
|
|
||||||
| Item | Data type | Description |
|
| Item | Data type | Description |
|
||||||
| ----------- | ----------| ----------------------------- |
|
| ----------- | ----------| ----------------------------- |
|
||||||
| filesystem | string | name of the filesystem |
|
| filesystem | string | name of the filesystem |
|
||||||
| inode | integer | inode of the file |
|
| inode | integer | inode of the file |
|
||||||
| flags | integer | access mode flags (see below) |
|
| flags | integer | access mode flags (see below) |
|
||||||
| handle | integer | handle of the file |
|
| handle | integer | handle of the file |
|
||||||
|
Loading…
Reference in New Issue
Block a user