aboutsummaryrefslogtreecommitdiffstats
path: root/mm/filemap.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/filemap.c')
-rw-r--r--mm/filemap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/filemap.c b/mm/filemap.c
index 65d44fd88c78..f092654cc1a3 100644
--- a/mm/filemap.c
+++ b/mm/filemap.c
@@ -720,7 +720,7 @@ EXPORT_SYMBOL_GPL(add_page_wait_queue);
720 * 720 *
721 * Unlocks the page and wakes up sleepers in ___wait_on_page_locked(). 721 * Unlocks the page and wakes up sleepers in ___wait_on_page_locked().
722 * Also wakes sleepers in wait_on_page_writeback() because the wakeup 722 * Also wakes sleepers in wait_on_page_writeback() because the wakeup
723 * mechananism between PageLocked pages and PageWriteback pages is shared. 723 * mechanism between PageLocked pages and PageWriteback pages is shared.
724 * But that's OK - sleepers in wait_on_page_writeback() just go back to sleep. 724 * But that's OK - sleepers in wait_on_page_writeback() just go back to sleep.
725 * 725 *
726 * The mb is necessary to enforce ordering between the clear_bit and the read 726 * The mb is necessary to enforce ordering between the clear_bit and the read