mirror of
https://github.com/gluster/glusterfs.git
synced 2026-02-05 15:48:40 +01:00
cli-rpc-ops.c: cleanups
1. Move functions and structs to static 2. Use dictionary functions with fixed key length. 3. Reduce key length when not needed. 4. Use const char* for some messages. 5. Use fixed strings for some logs which is repeated in the code. 6. Remove redundant checks. Specifically, cli_to_glusterd() does NULL checks already, so no need to do it before calling it. 7. Aligned some messages - not sure why they were cut over several lines, but it made grep on the code harder. 8. Move dictionary fetching of values closer to where they are actually used. Overall, object size is ~4 smaller, hopefully without functional changes. There's more that can be done, but as this is a very long (>10K lines) file, I think it's enough for one change. Specifically, some functions fetch values from the dictionary without using it - this is a bit of a waste. Filed https://github.com/gluster/glusterfs/issues/753 about it. Change-Id: I31f88d94ab25398e00aef2ea84a8c4af9383b75b updates: bz#1193929 Signed-off-by: Yaniv Kaul <ykaul@redhat.com>
This commit is contained in:
committed by
Sanju Rakonde
parent
8c6a19783e
commit
bc6e206c6d
File diff suppressed because it is too large
Load Diff
@@ -488,9 +488,6 @@ cli_xml_output_snapshot(int cmd_type, dict_t *dict, int op_ret, int op_errno,
|
||||
int
|
||||
cli_xml_snapshot_status_single_snap(cli_local_t *local, dict_t *dict,
|
||||
char *key);
|
||||
char *
|
||||
is_server_debug_xlator(void *myframe);
|
||||
|
||||
int32_t
|
||||
cli_cmd_snapshot_parse(const char **words, int wordcount, dict_t **options,
|
||||
struct cli_state *state);
|
||||
|
||||
Reference in New Issue
Block a user