Author: adrian.chadd
Date: Tue Apr 28 00:18:56 2009
New Revision: 13997
Modified:
branches/LUSCA_HEAD/tools/ufsdump.c
Log:
There's no need to do 4k reads just to get metadata. 1k is more than enough.
Modified: branches/LUSCA_HEAD/tools/ufsdump.c
==============================================================================
--- branches/LUSCA_HEAD/tools/ufsdump.c (original)
+++ branches/LUSCA_HEAD/tools/ufsdump.c Tue Apr 28 00:18:56 2009
@@ -43,7 +43,7 @@
#include "../libsqstore/store_log.h"
#include "../libsqstore/store_file_ufs.h"
-#define BUFSIZE 4096
+#define BUFSIZE 1024
/* normally in libiapp .. */
int shutting_down = 0;
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---