block: purge s->aligned_buf and s->aligned_buf_size from raw-posix.c
authorJeff Cody <jcody@redhat.com>
Thu, 20 Sep 2012 19:13:24 +0000 (15:13 -0400)
committerKevin Wolf <kwolf@redhat.com>
Mon, 24 Sep 2012 13:15:12 +0000 (15:15 +0200)
commit3d1807ac6707773526b193f296e72c6c86969bf7
treed31797d9175e715b9cb73308950cece7c8c5c2c0
parent9acc5a06d41416400dda0ae9495707236911e234
block: purge s->aligned_buf and s->aligned_buf_size from raw-posix.c

The aligned_buf pointer and aligned_buf size are no longer used in
raw_posix.c, so remove all references to them.

Signed-off-by: Jeff Cody <jcody@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/raw-posix.c