|
@@ -697,12 +697,12 @@ struct fown_struct {
|
|
|
* Track a single file's readahead state
|
|
|
*/
|
|
|
struct file_ra_state {
|
|
|
- pgoff_t start; /* where readahead started */
|
|
|
- unsigned long size; /* # of readahead pages */
|
|
|
- unsigned long async_size; /* do asynchronous readahead when
|
|
|
+ pgoff_t start; /* where readahead started */
|
|
|
+ unsigned int size; /* # of readahead pages */
|
|
|
+ unsigned int async_size; /* do asynchronous readahead when
|
|
|
there are only # of pages ahead */
|
|
|
|
|
|
- unsigned long ra_pages; /* Maximum readahead window */
|
|
|
+ unsigned int ra_pages; /* Maximum readahead window */
|
|
|
unsigned long mmap_hit; /* Cache hit stat for mmap accesses */
|
|
|
unsigned long mmap_miss; /* Cache miss stat for mmap accesses */
|
|
|
unsigned long prev_index; /* Cache last read() position */
|