Whamcloud - gitweb
b=17299
authornathan <nathan>
Fri, 10 Oct 2008 19:08:44 +0000 (19:08 +0000)
committernathan <nathan>
Fri, 10 Oct 2008 19:08:44 +0000 (19:08 +0000)
i=adilger
i=nathan
rename MAXPOOLAME with LOV_MAXPOOLNAME

lustre/include/lustre/liblustreapi.h

index f17fdfe..e4d4dfe 100644 (file)
@@ -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);