Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit b9355d1

Browse files
committed
move the inclusion of the lustre_user and lliblustreapi header files to the fs_lustre.h file.
1 parent f14c04f commit b9355d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ompi/mca/fs/lustre/fs_lustre.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ extern int mca_fs_lustre_stripe_width;
3131

3232
BEGIN_C_DECLS
3333

34+
#include <lustre/liblustreapi.h>
35+
#include <lustre/lustre_user.h>
3436

3537
#ifndef LOV_MAX_STRIPE_COUNT
3638
#define LOV_MAX_STRIPE_COUNT 160

ompi/mca/fs/lustre/fs_lustre_file_open.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@
3030
#include "ompi/info/info.h"
3131

3232
#include <sys/ioctl.h>
33-
#include <lustre/liblustreapi.h>
34-
#include <lustre/lustre_user.h>
3533

3634
static void *alloc_lum();
3735

0 commit comments

Comments
 (0)