Skip to content
  • Miklos Szeredi's avatar
    fuse: req state use flags · 33e14b4d
    Miklos Szeredi authored
    
    
    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>
    33e14b4d