Changeset 6f162ed in rtems for cpukit/libblock


Ignore:
Timestamp:
08/06/08 04:38:53 (16 years ago)
Author:
Chris Johns <chrisj@…>
Branches:
4.10, 4.11, 4.9, 5, master
Children:
2462541
Parents:
b7898e27
Message:

2008-08-06 Chris Johns <chrisj@…>

  • libblock/src/bdbuf.c: PR1272. Fixed similar possible issues in the new bdbuf code.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/libblock/src/bdbuf.c

    rb7898e27 r6f162ed  
    14521452  pool = rtems_bdbuf_get_pool (dd->phys_dev->pool);
    14531453 
    1454   rtems_disk_release(dd);
    1455 
    14561454  rtems_bdbuf_lock_pool (pool);
    14571455
     
    14681466 
    14691467  rtems_bdbuf_unlock_pool (pool);
     1468
     1469  rtems_disk_release(dd);
    14701470
    14711471  *bdp = bd;
Note: See TracChangeset for help on using the changeset viewer.