commit | d893d660b72ba0e524e6e67331fb595b79f96aa7 | [log] [tgz] |
---|---|---|
author | Todd Poynor <toddpoynor@google.com> | Wed Aug 24 15:01:30 2011 -0700 |
committer | Colin Cross <ccross@android.com> | Mon Apr 09 13:57:58 2012 -0700 |
tree | 3ca7f50e3224dd0d47404ebb39509e2307a2c16b | |
parent | 73f1329d135147aacf26013f64a4c30145bc0520 [diff] |
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>