commit | 6515d1dbf424c5c3b94d44e9c7f581026e7fc0d3 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Wed Feb 25 11:53:57 2015 +0000 |
committer | David Howells <dhowells@redhat.com> | Thu Apr 02 14:28:53 2015 +0100 |
tree | f36db7b4a6e91ff358926ddfdb28fba8349620cf | |
parent | 30ceec6284129662efc3a1e7675b2bd857a046fe [diff] |
FS-Cache: Handle a new operation submitted against a killed object Reject new operations that are being submitted against an object if that object has failed its lookup or creation states or has been killed by the cache backend for some other reason, such as having been culled. Signed-off-by: David Howells <dhowells@redhat.com> Reviewed-by: Steve Dickson <steved@redhat.com> Acked-by: Jeff Layton <jeff.layton@primarydata.com>