[rtems commit] libblock: Rename structure

Sebastian Huber sebh at rtems.org
Mon Jun 4 15:27:26 UTC 2012


Module:    rtems
Branch:    master
Commit:    df84ca249db0a6ea1efa80020ad0a2576a7115c8
Changeset: http://git.rtems.org/rtems/commit/?id=df84ca249db0a6ea1efa80020ad0a2576a7115c8

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Jun  4 13:26:13 2012 +0200

libblock: Rename structure

---

 cpukit/libblock/include/rtems/diskdevs.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/cpukit/libblock/include/rtems/diskdevs.h b/cpukit/libblock/include/rtems/diskdevs.h
index 0b19409..6e6be5e 100644
--- a/cpukit/libblock/include/rtems/diskdevs.h
+++ b/cpukit/libblock/include/rtems/diskdevs.h
@@ -61,7 +61,7 @@ typedef int (*rtems_block_device_ioctl)(
 #define RTEMS_DISK_READ_AHEAD_NO_TRIGGER ((rtems_blkdev_bnum) -1)
 
 /**
- * @brief Read-ahead control.
+ * @brief Block device read-ahead control.
  */
 typedef struct {
   /**
@@ -84,7 +84,7 @@ typedef struct {
    * be arbitrary.
    */
   rtems_blkdev_bnum next;
-} rtems_disk_read_ahread;
+} rtems_blkdev_read_ahead;
 
 /**
  * @brief Description of a disk device (logical and physical disks).
@@ -204,7 +204,7 @@ struct rtems_disk_device {
   /**
    * @brief Read-ahead control for this disk.
    */
-  rtems_disk_read_ahread read_ahead;
+  rtems_blkdev_read_ahead read_ahead;
 };
 
 /**




More information about the vc mailing list