diff options
Diffstat (limited to 'xlators/cluster/ec/src/ec-inode-read.c')
| -rw-r--r-- | xlators/cluster/ec/src/ec-inode-read.c | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/xlators/cluster/ec/src/ec-inode-read.c b/xlators/cluster/ec/src/ec-inode-read.c index 88e9661743d..3f7920239ec 100644 --- a/xlators/cluster/ec/src/ec-inode-read.c +++ b/xlators/cluster/ec/src/ec-inode-read.c @@ -72,6 +72,7 @@ int32_t ec_manager_access(ec_fop_data_t * fop, int32_t state)              return EC_STATE_REPORT; +        case -EC_STATE_INIT:          case -EC_STATE_REPORT:              if (fop->cbks.access != NULL)              { @@ -310,6 +311,7 @@ int32_t ec_manager_getxattr(ec_fop_data_t * fop, int32_t state)              return EC_STATE_LOCK_REUSE; +        case -EC_STATE_INIT:          case -EC_STATE_LOCK:          case -EC_STATE_DISPATCH:          case -EC_STATE_PREPARE_ANSWER: @@ -732,6 +734,7 @@ int32_t ec_manager_open(ec_fop_data_t * fop, int32_t state)              return EC_STATE_END; +        case -EC_STATE_INIT:          case -EC_STATE_DISPATCH:          case -EC_STATE_PREPARE_ANSWER:          case -EC_STATE_REPORT: @@ -897,6 +900,7 @@ int32_t ec_manager_readlink(ec_fop_data_t * fop, int32_t state)              return EC_STATE_REPORT; +        case -EC_STATE_INIT:          case -EC_STATE_REPORT:              if (fop->cbks.readlink != NULL)              { @@ -1284,6 +1288,7 @@ int32_t ec_manager_readv(ec_fop_data_t * fop, int32_t state)              return EC_STATE_LOCK_REUSE; +        case -EC_STATE_INIT:          case -EC_STATE_LOCK:          case -EC_STATE_GET_SIZE_AND_VERSION:          case -EC_STATE_DISPATCH: @@ -1546,6 +1551,7 @@ int32_t ec_manager_stat(ec_fop_data_t * fop, int32_t state)              return EC_STATE_LOCK_REUSE; +        case -EC_STATE_INIT:          case -EC_STATE_LOCK:          case -EC_STATE_GET_SIZE_AND_VERSION:          case -EC_STATE_DISPATCH:  | 
