Skip to content

Commit 8561f5f

Browse files
committed
Merge pull request #787 from edgargabriel/pr/adio-lustre-fix
remove a erroneous parenthesis which prevents the compilation of the …
2 parents 8e7e4ca + 9e29edf commit 8561f5f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ompi/mca/io/romio314/romio/adio/ad_lustre/ad_lustre_open.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ void ADIOI_LUSTRE_Open(ADIO_File fd, int *error_code)
5050

5151
amode_direct = amode | O_DIRECT;
5252

53-
}
5453
/* odd length here because lov_user_md contains some fixed data and
5554
* then a list of 'lmm_objects' representing stripe */
5655
lumlen = sizeof(struct lov_user_md) +

0 commit comments

Comments
 (0)