Searched hist:"33 e14b4dfdc477344efbcd9b4218f2b350f0f893" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/fuse/ |
H A D | fuse_i.h | diff 33e14b4dfdc477344efbcd9b4218f2b350f0f893 Wed Jul 01 09:26:01 CDT 2015 Miklos Szeredi <mszeredi@suse.cz> 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: Miklos Szeredi <mszeredi@suse.cz>
|
H A D | dev.c | diff 33e14b4dfdc477344efbcd9b4218f2b350f0f893 Wed Jul 01 09:26:01 CDT 2015 Miklos Szeredi <mszeredi@suse.cz> 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: Miklos Szeredi <mszeredi@suse.cz>
|
H A D | file.c | diff 33e14b4dfdc477344efbcd9b4218f2b350f0f893 Wed Jul 01 09:26:01 CDT 2015 Miklos Szeredi <mszeredi@suse.cz> 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: Miklos Szeredi <mszeredi@suse.cz>
|