Correct status in options.h from WouldBlock to Incomplete

Summary: WouldBlock was an internediate statue but was changed to Incomplete

Test Plan: visual

Reviewers: dhruba

Differential Revision: https://reviews.facebook.net/D12651
This commit is contained in:
Mayank Agarwal 2013-08-31 08:40:45 -07:00
parent 46dcf51ca5
commit 7afdf5e9f8

View File

@ -589,7 +589,7 @@ struct ReadOptions {
// Specify if this read request should process data that ALREADY
// resides on a particular cache. If the required data is not
// found at the specified cache, then Status::WouldBlock is returned.
// found at the specified cache, then Status::Incomplete is returned.
// Default: kReadAllTier
ReadTier read_tier;