File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 13
13
* Copyright (c) 2008-2013 University of Houston. All rights reserved.
14
14
* Copyright (c) 2015 Los Alamos National Security, LLC. All rights
15
15
* reserved.
16
+ * Copyright (c) 2016 Research Organization for Information Science
17
+ * and Technology (RIST). All rights reserved.
16
18
* $COPYRIGHT$
17
19
*
18
20
* Additional copyrights may follow
@@ -68,7 +70,7 @@ mca_fs_base_component_2_0_0_t mca_fs_pvfs2_component = {
68
70
.fsm_init_query = mca_fs_pvfs2_component_init_query , /* get thread level */
69
71
.fsm_file_query = mca_fs_pvfs2_component_file_query , /* get priority and actions */
70
72
.fsm_file_unquery = mca_fs_pvfs2_component_file_unquery , /* undo what was done by previous function */
71
- };.
73
+ };
72
74
73
75
static int
74
76
pvfs2_register (void )
You can’t perform that action at this time.
0 commit comments