Re: [PATCH v2] Btrfs-progs: fix unaligned accesses

2012-10-22 Thread Andre Diekwisch
Arne Jansen sensille at gmx.net writes: There are some unaligned accesses in progs that cause malfunction or crashes on ARM. This patch fixes the ones we stumbled upon. Signed-off-by: Arne Jansen sensille at gmx.net --- Change v1-v2: Somehow sent the wrong patch without the patch to

[PATCH v2] Btrfs-progs: fix unaligned accesses

2012-10-21 Thread Arne Jansen
There are some unaligned accesses in progs that cause malfunction or crashes on ARM. This patch fixes the ones we stumbled upon. Signed-off-by: Arne Jansen sensi...@gmx.net --- Change v1-v2: Somehow sent the wrong patch without the patch to the setget functions. --- btrfs-list.c | 69