diff options
author | Yaniv Kaul <ykaul@redhat.com> | 2019-11-25 15:37:46 +0200 |
---|---|---|
committer | Amar Tumballi <amarts@gmail.com> | 2019-11-27 07:18:51 +0000 |
commit | d97f78467849eef92559217b48d2158521cbba5f (patch) | |
tree | 93ba59c9c6ad6bcf1818489a6cde7daf9aaa60b6 /xlators/mgmt/glusterd/src/glusterd-store.h | |
parent | d60935d1011e387115e0445629976196f566b3b1 (diff) |
store.c/glusterd-store.c: remove sys_stat calls
Instead of querying for the file size and allocating a char array
according to its size, let's just use a fixed size.
Those calls are not really needed, and are either expensive or
cached anyway. Since we do dynamic allocation/free, let's just use
a fixed array instead.
I'll see if there are other sys_stat() calls that are not really
useful and try to eliminate them in separate patches.
Change-Id: I76b40e78a52ab38f613fc0cdef4be60e6253bf20
updates: bz#1193929
Signed-off-by: Yaniv Kaul <ykaul@redhat.com>
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-store.h')
0 files changed, 0 insertions, 0 deletions