From: Marko O. <d0...@us...> - 2011-01-22 11:15:30
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "UNNAMED PROJECT". The branch, master has been updated via 00dc235ac628ff542a43a25d667a44dcf1cc91f9 (commit) from e18d0c55ce0f094075668124463c4a6a262288b8 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 00dc235ac628ff542a43a25d667a44dcf1cc91f9 Author: Marko Obrovac <mar...@in...> Date: Sat Jan 22 13:13:28 2011 +0100 [MINOR] Conform to the structure reorganisation from the kernel diff --git a/tools/mkfs_kdfs.c b/tools/mkfs_kdfs.c index 9a4bf32..43dee34 100644 --- a/tools/mkfs_kdfs.c +++ b/tools/mkfs_kdfs.c @@ -201,7 +201,7 @@ int main(int argc, char* argv[]) sprintf(root_file, "%s/%d", argv[1], nodeid); mkdir(root_file, 0777); - strcat(root_file,"/0-99"); + strcat(root_file,"/0"); mkdir(root_file, 0777); if (nodeid == root_nodeid) { ----------------------------------------------------------------------- Summary of changes: tools/mkfs_kdfs.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- UNNAMED PROJECT |