Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
redoxfs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Uygar Sapmaz
redoxfs
Commits
2e6e272c
Commit
2e6e272c
authored
7 years ago
by
Jeremy Soller
Browse files
Options
Downloads
Patches
Plain Diff
Add stub for frename
parent
f206dab6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Cargo.lock
+43
-27
43 additions, 27 deletions
Cargo.lock
src/mount/redox/scheme.rs
+13
-0
13 additions, 0 deletions
src/mount/redox/scheme.rs
with
56 additions
and
27 deletions
Cargo.lock
+
43
−
27
View file @
2e6e272c
[[package]]
name = "bitflags"
version = "0.7.0"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "cfg-if"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "fuchsia-zircon"
version = "0.
2.1
"
version = "0.
3.2
"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"fuchsia-zircon-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"fuchsia-zircon-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "fuchsia-zircon-sys"
version = "0.
2.0
"
version = "0.
3.2
"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "fuse"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"libc 0.2.3
3
(registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.
8
(registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.3
4
(registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.
9
(registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
"thread-scoped 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -42,13 +45,24 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.33"
version = "0.2.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "log"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"log 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "log"
version = "0.
3.8
"
version = "0.
4.0
"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "pkg-config"
...
...
@@ -57,16 +71,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "rand"
version = "0.3.1
8
"
version = "0.3.1
9
"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"fuchsia-zircon 0.
2.1
(registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.3
3
(registry+https://github.com/rust-lang/crates.io-index)",
"fuchsia-zircon 0.
3.2
(registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.3
4
(registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "redox_syscall"
version = "0.1.3
2
"
version = "0.1.3
3
"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
...
...
@@ -74,8 +88,8 @@ name = "redoxfs"
version = "0.3.2"
dependencies = [
"fuse 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.3
3
(registry+https://github.com/rust-lang/crates.io-index)",
"redox_syscall 0.1.3
2
(registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.3
4
(registry+https://github.com/rust-lang/crates.io-index)",
"redox_syscall 0.1.3
3
(registry+https://github.com/rust-lang/crates.io-index)",
"spin 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
"uuid 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -97,8 +111,8 @@ version = "0.1.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.3
3
(registry+https://github.com/rust-lang/crates.io-index)",
"redox_syscall 0.1.3
2
(registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.3
4
(registry+https://github.com/rust-lang/crates.io-index)",
"redox_syscall 0.1.3
3
(registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
...
...
@@ -107,7 +121,7 @@ name = "uuid"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"rand 0.3.1
8
(registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.3.1
9
(registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
...
...
@@ -121,16 +135,18 @@ version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
[metadata]
"checksum bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aad18937a628ec6abcd26d1489012cc0e18c21798210f491af69ded9b881106d"
"checksum fuchsia-zircon 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f6c0581a4e363262e52b87f59ee2afe3415361c6ec35e665924eb08afe8ff159"
"checksum fuchsia-zircon-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "43f3795b4bae048dc6123a6b972cadde2e676f9ded08aef6bb77f5f157684a82"
"checksum bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b3c30d3802dfb7281680d6285f2ccdaa8c2d8fee41f93805dba5c4cf50dc23cf"
"checksum cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c819a1287eb618df47cc647173c5c4c66ba19d888a6e50d605672aed3140de"
"checksum fuchsia-zircon 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bd510087c325af53ba24f3be8f1c081b0982319adcb8b03cad764512923ccc19"
"checksum fuchsia-zircon-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "08b3a6f13ad6b96572b53ce7af74543132f1a7055ccceb6d073dd36c54481859"
"checksum fuse 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "80e57070510966bfef93662a81cb8aa2b1c7db0964354fa9921434f04b9e8660"
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
"checksum libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "5ba3df4dcb460b9dfbd070d41c94c19209620c191b0340b929ce748a2bcd42d2"
"checksum log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "880f77541efa6e5cc74e76910c9884d9859683118839d6a1dc3b11e63512565b"
"checksum libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)" = "36fbc8a8929c632868295d0178dd8f63fc423fd7537ad0738372bd010b3ac9b0"
"checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
"checksum log 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b3a89a0c46ba789b8a247d4c567aed4d7c68e624672d238b45cc3ec20dc9f940"
"checksum pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "3a8b4c6b8165cd1a1cd4b9b120978131389f64bdaf456435caa41e630edba903"
"checksum rand 0.3.1
8
(registry+https://github.com/rust-lang/crates.io-index)" = "
6475140dfd8655aeb72e1fd4b7a1cc1c202be65d71669476e392fe62532b9edd
"
"checksum redox_syscall 0.1.3
2
(registry+https://github.com/rust-lang/crates.io-index)" = "
ab105df655884e
de59d4
5b7070c8a65002d921461ee813a024558ca16030eea0
"
"checksum rand 0.3.1
9
(registry+https://github.com/rust-lang/crates.io-index)" = "
9e7944d95d25ace8f377da3ac7068ce517e4c646754c43a1b1849177bbf72e59
"
"checksum redox_syscall 0.1.3
3
(registry+https://github.com/rust-lang/crates.io-index)" = "
07b8f011e3254d5a9b318f
de59
6
d4
09a0001c9ae4c6e7907520c2eaa4d988c99
"
"checksum spin 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7e4deb3c2455c73779e6d3eebceae9599fc70957e54c69fe88f93aa48e62f432"
"checksum thread-scoped 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bcbb6aa301e5d3b0b5ef639c9a9c7e2f1c944f177b460c04dc24c69b1fa2bd99"
"checksum time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)" = "d5d788d3aa77bc0ef3e9621256885555368b47bd495c13dd2e7413c89f845520"
...
...
This diff is collapsed.
Click to expand it.
src/mount/redox/scheme.rs
+
13
−
0
View file @
2e6e272c
...
...
@@ -519,6 +519,19 @@ impl<D: Disk> Scheme for FileScheme<D> {
}
}
fn
frename
(
&
self
,
id
:
usize
,
url
:
&
[
u8
],
uid
:
u32
,
gid
:
u32
)
->
Result
<
usize
>
{
let
path
=
str
::
from_utf8
(
url
)
.unwrap_or
(
""
)
.trim_matches
(
'/'
);
println!
(
"Frename {}, {} from {}, {}"
,
id
,
path
,
uid
,
gid
);
let
files
=
self
.files
.lock
();
if
let
Some
(
_file
)
=
files
.get
(
&
id
)
{
// TODO
Err
(
Error
::
new
(
EPERM
))
}
else
{
Err
(
Error
::
new
(
EBADF
))
}
}
fn
fstat
(
&
self
,
id
:
usize
,
stat
:
&
mut
Stat
)
->
Result
<
usize
>
{
// println!("Fstat {}, {:X}", id, stat as *mut Stat as usize);
let
files
=
self
.files
.lock
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment