#1660 closed defect (fixed)

pipe_release would better be void pipe_release since it does not return any error code

Reported by: Bharath Suri Owned by: Chris Johns
Priority: normal Milestone: 4.11
Component: fs Version: 4.11
Severity: normal Keywords:
Cc: joel.sherrill@… Blocked By:
Blocking:

Description

pipe_relase does not return any error code, and always ends up returning zero. Considering this, it could better be void pipe_release(...)

Attachments (2)

cpukit-changes (2.8 KB) - added by Bharath Suri on 08/09/10 at 10:14:41.
Patch @ cpukit/
cpukit-ChangeLog-changes (376 bytes) - added by Bharath Suri on 08/09/10 at 10:32:31.
Updated ChangeLog? at cpukit

Download all attachments as: .zip

Change History (5)

Changed on 08/09/10 at 10:14:41 by Bharath Suri

Attachment: cpukit-changes added

Patch @ cpukit/

Changed on 08/09/10 at 10:32:31 by Bharath Suri

Attachment: cpukit-ChangeLog-changes added

Updated ChangeLog? at cpukit

comment:1 Changed on 08/10/10 at 16:41:50 by Joel Sherrill

Cc: Joel Sherrill added

comment:2 Changed on 08/10/10 at 17:36:58 by Bharath Suri

Resolution: fixed
Status: newclosed

The patch is OK on the head. Marking resolved, fixed.

comment:3 Changed on 11/24/14 at 18:58:28 by Gedare Bloom

Version: HEAD4.11

Replace Version=HEAD with Version=4.11 for the tickets with Milestone >= 4.11

Note: See TracTickets for help on using tickets.