commit | 2ce209c42c01ca976ad680fea52a8e8b9a53643b | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Tue Aug 01 17:29:29 2017 -0400 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Tue Aug 15 11:54:48 2017 -0400 |
tree | 1728cf3caf2430e3a4cd944228b31f084f577115 | |
parent | 8205b9ce030288e104a3024344f2a0a086231e36 [diff] |
NFS: Wait for requests that are locked on the commit list If a request is on the commit list, but is locked, we will currently skip it, which can lead to livelocking when the commit count doesn't reduce to zero. Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>