hostmem-file: simplify ifdef-s in file_backend_memory_alloc()
commit5c7ba877ef54e6a90982db729b4fda8c4790ef67
authorIgor Mammedov <imammedo@redhat.com>
Thu, 14 Feb 2019 03:10:03 +0000 (14 11:10 +0800)
committerLaurent Vivier <laurent@vivier.eu>
Wed, 6 Mar 2019 10:21:27 +0000 (6 11:21 +0100)
treed7a6aaf433b6620421675d7cfd139388f02c9c1c
parent9ab71e5ee5167ca6e5c42a386b82060a7ca55b13
hostmem-file: simplify ifdef-s in file_backend_memory_alloc()

cleanup file_backend_memory_alloc() by using one CONFIG_POSIX ifdef
instead of several ones within the function to make it simpler to follow.

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Suggested-by: Wei Yang <richardw.yang@linux.intel.com>
Reviewed-by: Wei Yang <richardw.yang@linux.intel.com>
Message-Id: <20190213123858.24620-1-imammedo@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-Id: <20190214031004.32522-2-stefanha@redhat.com>
[lv: s/hostmem/hostmem-file/]
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
backends/hostmem-file.c