~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/md/raid1.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
        int                     read_disk;
95
95
 
96
96
        struct list_head        retry_list;
97
 
        struct bitmap_update    *bitmap_update;
 
97
        /* Next two are only valid when R1BIO_BehindIO is set */
 
98
        struct page             **behind_pages;
 
99
        int                     behind_page_count;
98
100
        /*
99
101
         * if the IO is in WRITE direction, then multiple bios are used.
100
102
         * We choose the number when they are allocated.
124
126
 */
125
127
#define R1BIO_Returned 6
126
128
 
 
129
extern int md_raid1_congested(mddev_t *mddev, int bits);
 
130
 
127
131
#endif