From 2d1994c949088978de5a6d064afaf2bdb4168e2d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 24 Jun 2010 19:57:58 +0000 Subject: 2010-06-24 Bharath Suri PR 1542/filesystem PR 1585/filesystem * libfs/src/pipe/fifo.c: pipe_control_t was not deallocated if fifo_open() was attempted with (O_WRONLY|O_NONBLOCK). Mutex was locked too many times on this path and we needed an unlock. --- cpukit/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'cpukit/ChangeLog') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index f90f41ee95..c8d8a155eb 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,11 @@ +2010-06-24 Bharath Suri + + PR 1542/filesystem + PR 1585/filesystem + * libfs/src/pipe/fifo.c: pipe_control_t was not deallocated if + fifo_open() was attempted with (O_WRONLY|O_NONBLOCK). + Mutex was locked too many times on this path and we needed an unlock. + 2010-06-24 Joel Sherrill PR 1587/filesystem -- cgit v1.2.3