Re: [PATCH 3/4] Fixing unaligned memory accesses.

2014-09-22 Thread David Sterba
On Sun, Sep 21, 2014 at 02:01:21AM +0100, Dimitri John Ledkov wrote: > From: Shawn Landen > > Bug-Debian: http://bugs.debian.org/656955 The bug seems old (2012) and agains 0.19. We've fixed a few unaligned access bugs in the meantime. Can you please retest with 3.16? > --- a/ctree.h > +++ b/ctr

[PATCH 3/4] Fixing unaligned memory accesses.

2014-09-20 Thread Dimitri John Ledkov
From: Shawn Landen Bug-Debian: http://bugs.debian.org/656955 Signed-off-by: Dimitri John Ledkov --- ctree.h | 18 ++ volumes.c | 5 +++-- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/ctree.h b/ctree.h index fa73c4a..92c6ad3 100644 --- a/ctree.h +++ b/ctree.