diff options
Diffstat (limited to 'mm/readahead.c')
-rw-r--r-- | mm/readahead.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/readahead.c b/mm/readahead.c index a386f2b6b335..c0df5ed05f62 100644 --- a/mm/readahead.c +++ b/mm/readahead.c | |||
@@ -450,7 +450,7 @@ static int make_ahead_window(struct address_space *mapping, struct file *filp, | |||
450 | * | 450 | * |
451 | * Note that @filp is purely used for passing on to the ->readpage[s]() | 451 | * Note that @filp is purely used for passing on to the ->readpage[s]() |
452 | * handler: it may refer to a different file from @mapping (so we may not use | 452 | * handler: it may refer to a different file from @mapping (so we may not use |
453 | * @filp->f_mapping or @filp->f_dentry->d_inode here). | 453 | * @filp->f_mapping or @filp->f_path.dentry->d_inode here). |
454 | * Also, @ra may not be equal to &@filp->f_ra. | 454 | * Also, @ra may not be equal to &@filp->f_ra. |
455 | * | 455 | * |
456 | */ | 456 | */ |