Hi Kurt, Jens, Michael,

Thanks, Kurt. Could you try the following diff.

Jens, feel free to apply upstream.

diff --git a/arch/arch-alpha.h b/arch/arch-alpha.h
index ef14437..d69ebab 100644
--- a/arch/arch-alpha.h
+++ b/arch/arch-alpha.h
@@ -20,6 +20,6 @@

 #define nop                    do { } while (0)
 #define read_barrier()         __asm__ __volatile__("mb": : :"memory")
-#define writer_barrier()       __asm__ __volatile__("wmb": : :"memory")
+#define write_barrier()        __asm__ __volatile__("wmb": : :"memory")

 #endif
diff --git a/debian/changelog b/debian/changelog
index d3d3880..fec3adb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+fio (1.32-2) UNRELEASED; urgency=low
+
+  * arch/arch-alpha.h: Correct typo writer_barrier to write_barrier.
+    (Closes: #545839).
+
+ -- Martin Steigerwald <[email protected]>  Thu, 10 Sep 2009 09:30:07 
+0200
+
 fio (1.32-1) unstable; urgency=low

   [ Martin Steigerwald ]


Or pull from git repo:

m...@mango:~/Zeit/fio> history | tail -8
 1197  git clone git://github.com/martin21/fio.git
 1198  cd fio
 1199  git branch -a
 1200  git checkout -b upstream origin/upstream
 1201  git checkout -b pristine-tar origin/pristine-tar
 1202  git checkout master
 1203  git-buildpackage
 1204  history | tail

Ciao,
-- 
Martin 'Helios' Steigerwald - http://www.Lichtvoll.de
GPG: 03B0 0D6C 0040 0710 4AFA  B82F 991B EAAC A599 84C7

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to