#3484 closed defect (fixed)

RFS: Remove stray call of rtems_disk_release() in rtems_rfs_buffer_sync()

Reported by: Sebastian Huber Owned by: Sebastian Huber
Priority: normal Milestone: 5.1
Component: fs/rfs Version: 5
Severity: normal Keywords:
Cc: Blocked By:
Blocking: #3494, #3495

Description

The function rtems_rfs_buffer_sync() erroneously calls rtems_disk_release(). This screws up the reference counting of the disk.

Change History (4)

comment:1 Changed on 08/07/18 at 05:24:56 by Sebastian Huber

Milestone: 4.10.35.1
Owner: set to Sebastian Huber
Status: newassigned
Version: 4.105

comment:2 Changed on 08/07/18 at 05:40:10 by Sebastian Huber <sebastian.huber@…>

Resolution: fixed
Status: assignedclosed

In d56e68b/rtems:

rfs: Remove erroneous call of rtems_disk_release()

The function rtems_rfs_buffer_sync() erroneously calls
rtems_disk_release(). This screws up the reference counting of the disk.

Close #3484.

comment:3 Changed on 08/10/18 at 04:54:58 by Sebastian Huber

Blocking: 3494 added

comment:4 Changed on 08/10/18 at 04:55:38 by Sebastian Huber

Blocking: 3495 added
Note: See TracTickets for help on using tickets.