[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] Fixing the FSFS corruption bug, again

From: Malcolm Rowe <malcolm-svn-dev_at_farside.org.uk>
Date: 2006-10-02 16:03:03 CEST

On Mon, Oct 02, 2006 at 12:20:03PM +0100, Malcolm Rowe wrote:
> Here's an updated patch to (hopefully) fix the FSFS corruption problem,
> this time using a method that works on NFS filesystems.
>

Oopsy. The attached additional patch is needed to fix compiles when
!APR_HAS_THREADS.

Regards,
Malcolm

--- subversion/libsvn_fs_fs/fs.c-orig 2006-10-02 14:56:18.505950400 +0100
+++ subversion/libsvn_fs_fs/fs.c 2006-10-02 14:56:24.794993600 +0100
@@ -40,9 +40,7 @@
 
 /* A prefix for the pool userdata variables used to hold
    per-filesystem shared data. See fs_serialized_init. */
-#if APR_HAS_THREADS
 #define SVN_FSFS_SHARED_USERDATA_PREFIX "svn-fsfs-shared-"
-#endif
 
 
 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Oct 2 16:03:20 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.