Author: stefan2
Date: Sat Oct 18 23:23:36 2014
New Revision: 1632862
URL: http://svn.apache.org/r1632862
Log:
* subversion/svnfsfs/svnfsfs.h
(REV_FILE_BLOCK_SIZE,
INDEX_BLOCK_SIZE): Remove these obsolete constants.
Modified:
subversion/trunk/subversion/svnfsfs/svnfsfs.h
Modified: subversion/trunk/subversion/svnfsfs/svnfsfs.h
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/svnfsfs/svnfsfs.h?rev=1632862&r1=1632861&r2=1632862&view=diff
==============================================================================
--- subversion/trunk/subversion/svnfsfs/svnfsfs.h (original)
+++ subversion/trunk/subversion/svnfsfs/svnfsfs.h Sat Oct 18 23:23:36 2014
@@ -55,18 +55,6 @@ svn_opt_subcommand_t
subcommand__stats;
-/* We read rev / pack files in blocks of this size.
- * Within reason, any positive value is possible with smaller values
- * increasing the OS chatter and larger values needlessly reading
- * file contents we won't need. */
-#define REV_FILE_BLOCK_SIZE 0x10000
-
-/* We request P2L index information (i.e. contents descriptions) for
- * rev / pack files blocks of this size. Within reason, any positive
- * value is possible with smaller values increasing the cache lookup
- * overhead. A good default is the fsfs.conf default of 1MB. */
-#define INDEX_BLOCK_SIZE 0x100000
-
/* Check that the filesystem at PATH is an FSFS repository and then open it.
* Return the filesystem in *FS, allocated in POOL. */
svn_error_t *