target: Allocate aptpl_buf inside update_and_write_aptpl()
authorAndy Grover <agrover@redhat.com>
Thu, 16 May 2013 17:41:02 +0000 (10:41 -0700)
committerNicholas Bellinger <nab@linux-iscsi.org>
Fri, 14 Jun 2013 07:04:58 +0000 (00:04 -0700)
commit459f213ba162bd13e113d6f92a8fa6c780fd67ed
tree113fa4c5426487154a231c0f47a24cfca01f5ae3
parent63e03349f5fb32e4e8494cb184c37d2db0bdd223
target: Allocate aptpl_buf inside update_and_write_aptpl()

Instead of taking the buffer and length, update_and_write_aptpl() will
allocate the buffer as needed, and then free it. Instead, the function
takes an 'aptpl' boolean parameter.

This enables us to remove memory alloc/frees from struct
t10_pr_registration and other spots.

There is a slight loss of functionality because each callsite doesn't get
its own pr_debug any more, but this info can be cleaned via ftrace if
necessary and I think the shorter code is worth it.

Signed-off-by: Andy Grover <agrover@redhat.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/target_core_pr.c
include/target/target_core_base.h