diff options
Diffstat (limited to 'glusterfsd')
| -rw-r--r-- | glusterfsd/src/glusterfsd-mgmt.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/glusterfsd/src/glusterfsd-mgmt.c b/glusterfsd/src/glusterfsd-mgmt.c index 1d097fb17f5..7eb8b4ba4ae 100644 --- a/glusterfsd/src/glusterfsd-mgmt.c +++ b/glusterfsd/src/glusterfsd-mgmt.c @@ -1181,6 +1181,7 @@ glusterfs_handle_svc_detach(rpcsvc_request_t *req)              ret = 0;              goto out;          } +        /* coverity[ORDER_REVERSAL] */          ret = glusterfs_process_svc_detach(ctx, volfile_tmp);          if (ret) {              UNLOCK(&ctx->volfile_lock);  | 
