commit | 1672c66bee79f8913a664863bd066e4b09c8f01f | [log] [tgz] |
---|---|---|
author | Todd Poynor <toddpoynor@google.com> | Wed Aug 24 15:01:30 2011 -0700 |
committer | Dmitry Shmidt <dimitrysh@google.com> | Fri Jan 27 13:52:22 2017 -0800 |
tree | b2c037d3b2ed430735ab36709a9a42b45fed6fcf | |
parent | 47f5e0529054e824f1e663d2df77a10e90d89a85 [diff] |
ANDROID: fuse: Freeze client on suspend when request sent to userspace Suspend attempts can abort when the FUSE daemon is already frozen and a client is waiting uninterruptibly for a response, causing freezing of tasks to fail. Use the freeze-friendly wait API, but disregard other signals. Change-Id: Icefb7e4bbc718ccb76bf3c04daaa5eeea7e0e63c Signed-off-by: Todd Poynor <toddpoynor@google.com>