Revision: 14510
Author: adrian.chadd
Date: Sun Mar 28 23:27:13 2010
Log: .. oops! Right; Lusca actually does stuff in SM_PAGE_SIZE chunks (4096 bytes)
right now. Sorry!


http://code.google.com/p/lusca-cache/source/detail?r=14510

Modified:
 /branches/LUSCA_HEAD/tools/ufs_obj_cat.c

=======================================
--- /branches/LUSCA_HEAD/tools/ufs_obj_cat.c    Sun Mar 28 22:01:02 2010
+++ /branches/LUSCA_HEAD/tools/ufs_obj_cat.c    Sun Mar 28 23:27:13 2010
@@ -39,7 +39,7 @@
         return buf;
 }

-#define        META_BUFSIZ             1024
+#define        META_BUFSIZ             4096

 int
 main(int argc, const char *argv[])

--
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.

Reply via email to