From: nathan Date: Fri, 10 Oct 2008 19:08:44 +0000 (+0000) Subject: b=17299 X-Git-Tag: v1_7_120~1^18 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=2e554148b0de945d50cf2523a8d543639f745757;p=fs%2Flustre-release.git b=17299 i=adilger i=nathan rename MAXPOOLAME with LOV_MAXPOOLNAME --- diff --git a/lustre/include/lustre/liblustreapi.h b/lustre/include/lustre/liblustreapi.h index f17fdfe..e4d4dfe 100644 --- a/lustre/include/lustre/liblustreapi.h +++ b/lustre/include/lustre/liblustreapi.h @@ -136,7 +136,7 @@ struct find_param { unsigned int depth; dev_t st_dev; - char poolname[MAXPOOLNAME+1]; + char poolname[LOV_MAXPOOLNAME + 1]; }; extern int llapi_getstripe(char *path, struct find_param *param);