-
-
Notifications
You must be signed in to change notification settings - Fork 606
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Since in virtio-fs the filesystem is very tightly coupled with the driver, this tries to make clear the dependence of the first on the second, as well as simplify. This includes: - The definition of fuse_request is moved from the fs to the driver, since it is part of the interface it provides. Also, it is enhanced with methods, somewhat promoting it to a "proper" class. - fuse_strategy, as a redirection to the driver is removed and instead the dependence on the driver is made explicit. - Last, virtio::fs::fs_req is removed and fuse_request is used in its place, since it offered no value with fuse_request now defined in the driver. Signed-off-by: Fotis Xenakis <[email protected]> Message-Id: <VI1PR03MB4383C1D8E60219C273114E4AA6BB0@VI1PR03MB4383.eurprd03.prod.outlook.com>
- Loading branch information
Showing
5 changed files
with
64 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters