Author: adrian.chadd
Date: Sun Jul 12 23:10:26 2009
New Revision: 14188
Modified:
playpen/LUSCA_HEAD_storework/src/fs/aufs/store_rebuild_aufs.c
Log:
rename things to "look prettier" in ps, etc.
Modified: playpen/LUSCA_HEAD_storework/src/fs/aufs/store_rebuild_aufs.c
==============================================================================
--- playpen/LUSCA_HEAD_storework/src/fs/aufs/store_rebuild_aufs.c
(original)
+++ playpen/LUSCA_HEAD_storework/src/fs/aufs/store_rebuild_aufs.c Sun Jul
12 23:10:26 2009
@@ -343,7 +343,7 @@
/* Open the rebuild helper */
snprintf(l1, sizeof(l1)-1, "%d", aioinfo->l1);
snprintf(l2, sizeof(l2)-1, "%d", aioinfo->l2);
- args[0] = "(ufs rebuilding)";
+ args[0] = Config.Program.ufs_log_build;
args[1] = "rebuild";
args[2] = sd->path;
args[3] = l1;
@@ -351,7 +351,7 @@
args[5] = xstrdup(storeAufsDirSwapLogFile(sd, NULL));
args[6] = NULL;
- rb->helper.pid = ipcCreate(IPC_STREAM, Config.Program.ufs_log_build,
args, "ufs rebuilding",
+ rb->helper.pid = ipcCreate(IPC_STREAM, Config.Program.ufs_log_build,
args, "ufs_rebuild helper",
0, &rb->helper.r_fd, &rb->helper.w_fd, NULL);
assert(rb->helper.pid != -1);
safe_free(args[5]);
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"lusca-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/lusca-commit?hl=en
-~----------~----~----~----~------~----~------~--~---