diff options
author | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2007-05-31 00:57:05 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2007-05-31 00:57:05 -0400 |
commit | 5bc65793cbf8da0d35f19ef025dda22887e79e80 (patch) | |
tree | 8291998abd73055de6f487fafa174ee2a5d3afee /include/linux/raid/bitmap.h | |
parent | 6edae708bf77e012d855a7e2c7766f211d234f4f (diff) | |
parent | 3f0a6766e0cc5a577805732e5adb50a585c58175 (diff) |
[SCSI] Merge up to linux-2.6 head
Conflicts:
drivers/scsi/jazz_esp.c
Same changes made by both SCSI and SPARC trees: problem with UTF-8
conversion in the copyright.
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'include/linux/raid/bitmap.h')
-rw-r--r-- | include/linux/raid/bitmap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/raid/bitmap.h b/include/linux/raid/bitmap.h index 6db9a4c15355..dd5a05d03d4f 100644 --- a/include/linux/raid/bitmap.h +++ b/include/linux/raid/bitmap.h | |||
@@ -232,6 +232,7 @@ struct bitmap { | |||
232 | struct page **filemap; /* list of cache pages for the file */ | 232 | struct page **filemap; /* list of cache pages for the file */ |
233 | unsigned long *filemap_attr; /* attributes associated w/ filemap pages */ | 233 | unsigned long *filemap_attr; /* attributes associated w/ filemap pages */ |
234 | unsigned long file_pages; /* number of pages in the file */ | 234 | unsigned long file_pages; /* number of pages in the file */ |
235 | int last_page_size; /* bytes in the last page */ | ||
235 | 236 | ||
236 | unsigned long flags; | 237 | unsigned long flags; |
237 | 238 | ||