Age | Commit message (Collapse) | Author |
|
|
|
yay for pointless changes
|
|
the kfree() call was freeing a buffer which was inside a process struct
|
|
|
|
makes the code slightly simpler, imo
|
|
|
|
whoops
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
i think that making the call a bit more "transparent" makes the code
nicer
|
|
|
|
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
|
|
|
|
|
|
otherwise this doesn't compile with -O0
|
|
|
|
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 was already possible, but now it's slightly safer
|
|
|
|
|
|
|
|
|
|
|
|
this will be needed for storing vfs_op's properly
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|