summaryrefslogtreecommitdiffstats
path: root/tests/basic/md-cache
ModeNameSize
-rw-r--r--bug-1317785.t976logstatsplain
-rwxr-xr-xbug-1418249.t599logstatsplain
following changes are done, - moved all devel headers under a glusterfs directory - Included these headers using system header notation <> in all code outside of libglusterfs - Included these headers using own program notation "" within libglusterfs This change although big, is just moving around the headers and making it correct when including these headers from other sources. This helps us correctly include libglusterfs includes without namespace conflicts. Change-Id: Id2a98854e671a7ee5d73be44da5ba1a74252423b Updates: bz#1193929 Signed-off-by: ShyamsundarR <srangana@redhat.com> * Land clang-format changesGluster Ant2018-09-121-2/+4 | | | | Change-Id: I6f5d8140a06f3c1b2d196849299f8d483028d33b * build: do not #include "config.h" in each fileNiels de Vos2015-05-291-5/+0 | | | | | | | | | | | |