diff options
Diffstat (limited to 'mm/msync.c')
-rw-r--r-- | mm/msync.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/msync.c b/mm/msync.c index 2672b8dc3d89..bc6c95376366 100644 --- a/mm/msync.c +++ b/mm/msync.c | |||
@@ -126,7 +126,7 @@ static unsigned long msync_page_range(struct vm_area_struct *vma, | |||
126 | * write out the dirty pages and wait on the writeout and check the result. | 126 | * write out the dirty pages and wait on the writeout and check the result. |
127 | * Or the application may run fadvise(FADV_DONTNEED) against the fd to start | 127 | * Or the application may run fadvise(FADV_DONTNEED) against the fd to start |
128 | * async writeout immediately. | 128 | * async writeout immediately. |
129 | * So my _not_ starting I/O in MS_ASYNC we provide complete flexibility to | 129 | * So by _not_ starting I/O in MS_ASYNC we provide complete flexibility to |
130 | * applications. | 130 | * applications. |
131 | */ | 131 | */ |
132 | static int msync_interval(struct vm_area_struct *vma, unsigned long addr, | 132 | static int msync_interval(struct vm_area_struct *vma, unsigned long addr, |