Author: adrian.chadd
Date: Fri Jul 10 05:20:35 2009
New Revision: 14181
Modified:
playpen/LUSCA_HEAD_storework/app/ufs_rebuild/ufs_build_dir.c
Log:
Remove unused code.
Modified: playpen/LUSCA_HEAD_storework/app/ufs_rebuild/ufs_build_dir.c
==============================================================================
--- playpen/LUSCA_HEAD_storework/app/ufs_rebuild/ufs_build_dir.c
(original)
+++ playpen/LUSCA_HEAD_storework/app/ufs_rebuild/ufs_build_dir.c Fri Jul
10
05:20:35 2009
@@ -89,23 +89,6 @@
}
int
-write_swaplog_progress_entry(store_ufs_dir_t *sd, int curl1, int curl2)
-{
- char buf[128];
- storeSwapLogProgress *sp = (storeSwapLogProgress *) buf;
-
- bzero(buf, sizeof(buf));
- sp->op = SWAP_LOG_PROGRESS;
- sp->total = (sd->l1 * sd->l2);
- sp->progress = (sd->l2 * curl1) + curl2;
-
- /* storeSwapLogData is the record size */
- if (write(1, buf, sizeof(storeSwapLogData)) <= 0)
- return 0;
- return 1;
-}
-
-int
write_swaplog_entry(rebuild_entry_t *re)
{
storeSwapLogData sd;
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---