diff options
| author | Thomas Gleixner <tglx@tglx.tec.linutronix.de> | 2005-07-16 09:20:01 +0200 |
|---|---|---|
| committer | Thomas Gleixner <tglx@mtd.linutronix.de> | 2005-07-16 09:20:01 +0200 |
| commit | 2c4eec9802ae753a4973f0a0d71f8d154e86fd31 (patch) | |
| tree | 59c93e5616d487d41c52e3ccb86fe497a7049542 /include/linux/raid/bitmap.h | |
| parent | 5d157885f383ccc0660c011fa488ae4edb77ab16 (diff) | |
| parent | d6e1860312cd8c33ad1f17d1af22fb6aa1f2cf83 (diff) | |
Merge with rsync://fileserver/linux
Diffstat (limited to 'include/linux/raid/bitmap.h')
| -rw-r--r-- | include/linux/raid/bitmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/raid/bitmap.h b/include/linux/raid/bitmap.h index e24b74b11150..6213e976eade 100644 --- a/include/linux/raid/bitmap.h +++ b/include/linux/raid/bitmap.h @@ -262,7 +262,7 @@ void bitmap_write_all(struct bitmap *bitmap); int bitmap_startwrite(struct bitmap *bitmap, sector_t offset, unsigned long sectors); void bitmap_endwrite(struct bitmap *bitmap, sector_t offset, unsigned long sectors, int success); -int bitmap_start_sync(struct bitmap *bitmap, sector_t offset, int *blocks); +int bitmap_start_sync(struct bitmap *bitmap, sector_t offset, int *blocks, int degraded); void bitmap_end_sync(struct bitmap *bitmap, sector_t offset, int *blocks, int aborted); void bitmap_close_sync(struct bitmap *bitmap); |
