X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lnet%2Flnet%2Fconfig.c;fp=lnet%2Flnet%2Fconfig.c;h=fcdf3d681933b5535fb7832a5fe3386fc4226b3e;hb=718e3f3e680f422d865a15890ac60e66dcd9e240;hp=01c61b7e1d556e17b31b104762bfe594b7b8254a;hpb=aa76ae0c21a7e315ecb1fded82f2c793aa26f78c;p=fs%2Flustre-release.git diff --git a/lnet/lnet/config.c b/lnet/lnet/config.c index 01c61b7..fcdf3d6 100644 --- a/lnet/lnet/config.c +++ b/lnet/lnet/config.c @@ -20,7 +20,7 @@ struct lnet_text_buf { struct list_head ltb_list; /* stash on lists */ int ltb_size; /* allocated size */ - char ltb_text[0]; /* text buffer */ + char ltb_text[]; /* text buffer */ }; static int lnet_tbnob = 0; /* track text buf allocation */