I just noticed the file
http://thebsh.namesys.com/snapshots/2002.10.31/reiser4.diff
had changed, the difference from the original 20021031 snapshot being:
--- fs_reiser4.diff.old 2002-10-31 14:11:50.000000000 +0100
+++ fs_reiser4.diff.new 2002-11-04 16:57:46.000000000 +0100
@@ -46903,7 +46903,7 @@
+#if REISER4_USER_LEVEL_SIMULATION
+# define check_spin_is_locked(s) spin_is_locked(s)
+# define check_spin_is_not_locked(s) spin_is_not_locked(s)
-+#elif defined( CONFIG_DEBUG_SPINLOCK ) && defined( CONFIG_SMP )
++#elif 0 && defined( CONFIG_DEBUG_SPINLOCK ) && defined( CONFIG_SMP )
+# define check_spin_is_not_locked(s) ( ( s ) -> owner != get_current() )
+# define spin_is_not_locked(s) ( ( s ) -> owner == NULL )
+# define check_spin_is_locked(s) ( ( s ) -> owner == get_current() )
So either someone is messing about with your webserver or you want multiple
versions of the supposedly same diff floating around (not exactly suitable
for gathering bugreports, is it?). If you're short on disk space, how about
gzipping the fs diff? Squeezes down to ~500k from almost 2MB.
-- Tomas Szepe <szepe@pinerecords.com> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/