glusterd: Comments for missing break in switchcase of glusterd_op_stage_quota
Change-Id: I3ac5b73b9703a390f1de9cd6a999dfd8ec27d379 Signed-off-by: Lalatendu Mohanty <lmohanty@redhat.com> Reviewed-on: http://review.gluster.org/6645 Reviewed-by: Vijay Bellur <vbellur@redhat.com> Tested-by: Vijay Bellur <vbellur@redhat.com>
This commit is contained in:
parent
2edf1ec797
commit
6992e4e37d
@ -1403,6 +1403,9 @@ glusterd_op_stage_quota (dict_t *dict, char **op_errstr, dict_t *rsp_dict)
|
||||
"greater than INT64_MAX", hard_limit_str);
|
||||
goto out;
|
||||
}
|
||||
/*The break statement is missing here to allow intentional fall
|
||||
* through of code execution to the next switch case
|
||||
*/
|
||||
|
||||
case GF_QUOTA_OPTION_TYPE_REMOVE:
|
||||
ret = glusterd_get_gfid_from_brick (dict, volinfo, rsp_dict,
|
||||
|
Loading…
x
Reference in New Issue
Block a user