|
@@ -879,7 +879,7 @@ struct file_ra_state {
|
|
there are only # of pages ahead */
|
|
there are only # of pages ahead */
|
|
|
|
|
|
unsigned int ra_pages; /* Maximum readahead window */
|
|
unsigned int ra_pages; /* Maximum readahead window */
|
|
- int mmap_miss; /* Cache miss stat for mmap accesses */
|
|
|
|
|
|
+ unsigned int mmap_miss; /* Cache miss stat for mmap accesses */
|
|
loff_t prev_pos; /* Cache last read() position */
|
|
loff_t prev_pos; /* Cache last read() position */
|
|
};
|
|
};
|
|
|
|
|