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

« back to all changes in this revision

Viewing changes to drivers/md/raid5.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:
400
400
                                            * Cleared when a sync completes.
401
401
                                            */
402
402
 
403
 
        struct plug_handle      plug;
404
 
 
405
403
        /* per cpu variables */
406
404
        struct raid5_percpu {
407
405
                struct page     *spare_page; /* Used when checking P/Q in raid6 */
503
501
}
504
502
 
505
503
extern int md_raid5_congested(mddev_t *mddev, int bits);
506
 
extern void md_raid5_unplug_device(raid5_conf_t *conf);
 
504
extern void md_raid5_kick_device(raid5_conf_t *conf);
507
505
extern int raid5_set_cache_size(mddev_t *mddev, int size);
508
506
#endif