Skip to content

Commit 043e37a

Browse files
committed
declare a missing variable
fix a typo
1 parent c96ea38 commit 043e37a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ompi/mca/fs/lustre/fs_lustre_component.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ int mca_fs_lustre_priority = 20;
4545
runtime also*/
4646
int mca_fs_lustre_stripe_size = 0;
4747
int mca_fs_lustre_stripe_width = 0;
48-
int mca_fs_lustre_use_drectio = 0;
48+
int mca_fs_lustre_use_directio = 0;
4949
/*
5050
* Instantiate the public struct with all of our public information
5151
* and pointers to our public functions in it

ompi/mca/fs/lustre/fs_lustre_file_open.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ mca_fs_lustre_file_open (struct ompi_communicator_t *comm,
6262
struct ompi_info_t *info,
6363
mca_io_ompio_file_t *fh)
6464
{
65-
int amode;
65+
int amode, amode_direct;
6666
int old_mask, perm;
6767
int rc;
6868
int flag;

0 commit comments

Comments
 (0)