Age | Commit message (Collapse) | Author |
|
all the switch cases are already implemented, so that panic can only
occur due to invalid state
|
|
|
|
|
|
thanks to this i can tell which ones are placeholders, and which ones
should stay
|
|
|
|
|
|
|
|
|
|
the kfree() call was freeing a buffer which was inside a process struct
|
|
|
|
|
|
|
|
|
|
the values are the same, it only caused a warning in sparse
|
|
|
|
|
|
thanks to this, the fs provider can continue executing until the next
fs_wait() call. that should speed things up a bit
|
|
|
|
awaited_req is a garbage name but i couldn't come up with a better one.
i also have no idea how to handle all the failure states
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this will be needed for storing vfs_op's properly
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
it's kinda bad. it passes the tests, though...
|
|
|
|
it currently only checks if the path is valid, it's the bare minimum
needed to write tests
|