Skip to content
Commit 33e14b4d authored by Miklos Szeredi's avatar Miklos Szeredi
Browse files

fuse: req state use flags



Use flags for representing the state in fuse_req.  This is needed since
req->list will be protected by different locks in different states, hence
we'll want the state itself to be split into distinct bits, each protected
with the relevant lock in that state.

Signed-off-by: default avatarMiklos Szeredi <mszeredi@suse.cz>
parent 7a3b2c75
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment