Skip to content

Commit

Permalink
More fixes for pvfs-osd integrated: Passed root from pvfs server to t…
Browse files Browse the repository at this point in the history
…gtd and modified path used in get_dfile_name() in osd.c
  • Loading branch information
Marcus Sutton committed Jan 28, 2008
1 parent d13063e commit 524893b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/server/pvfs2-server.c
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ struct PINT_server_req_params PINT_server_req_table[] =
PINT_SERVER_ATTRIBS_REQUIRED,
&pvfs2_mkdir_sm},


/* 12 */
{PVFS_SERV_READDIR,
"readdir",
Expand Down Expand Up @@ -416,7 +417,7 @@ struct server_configuration_s *PINT_get_server_config(void)
}

#ifdef PVFS_OSD_INTEGRATED
extern void *tgtd(void *arg);
extern void *tgtd(char *arg);
#endif

int main(int argc, char **argv)
Expand Down Expand Up @@ -582,6 +583,7 @@ int main(int argc, char **argv)
{
ret = server_state_machine_start_noreq(tmp_op);
}

if (ret < 0)
{
PVFS_perror_gossip("Error: failed to start job timer "
Expand Down

0 comments on commit 524893b

Please sign in to comment.