1
1

move the inclusion of the lustre_user and lliblustreapi header files to the fs_lustre.h file.

Этот коммит содержится в:
Edgar Gabriel 2015-08-13 15:36:16 -05:00
родитель a2a049a612
Коммит 9f369ba515
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -31,6 +31,8 @@ extern int mca_fs_lustre_stripe_width;
BEGIN_C_DECLS
#include <lustre/liblustreapi.h>
#include <lustre/lustre_user.h>
#ifndef LOV_MAX_STRIPE_COUNT
#define LOV_MAX_STRIPE_COUNT 160

Просмотреть файл

@ -30,8 +30,6 @@
#include "ompi/info/info.h"
#include <sys/ioctl.h>
#include <lustre/liblustreapi.h>
#include <lustre/lustre_user.h>
static void *alloc_lum();