Re: [lng-odp] [PATCHv6] linux-generic: test: shmem: atomic check+open fifo

2016-04-07 Thread Maxim Uvarov
Merged, Maxim. On 04/06/16 21:42, Bill Fischofer wrote: On Wed, Apr 6, 2016 at 7:31 AM, Christophe Milard mailto:christophe.mil...@linaro.org>> wrote: Fixes: https://bugs.linaro.org/show_bug.cgi?id=2146 (CID 159395) The open system call is directely used to check the presence of

Re: [lng-odp] [PATCHv6] linux-generic: test: shmem: atomic check+open fifo

2016-04-06 Thread Bill Fischofer
On Wed, Apr 6, 2016 at 7:31 AM, Christophe Milard < christophe.mil...@linaro.org> wrote: > Fixes: https://bugs.linaro.org/show_bug.cgi?id=2146 (CID 159395) > The open system call is directely used to check the presence of the fifo > and open it at the same time. > > Signed-off-by: Christophe Milar

[lng-odp] [PATCHv6] linux-generic: test: shmem: atomic check+open fifo

2016-04-06 Thread Christophe Milard
Fixes: https://bugs.linaro.org/show_bug.cgi?id=2146 (CID 159395) The open system call is directely used to check the presence of the fifo and open it at the same time. Signed-off-by: Christophe Milard --- platform/linux-generic/test/shmem/shmem_linux.c | 15 +-- 1 file changed, 9 ins