]> nv-tegra.nvidia Code Review - linux-2.6.git/blobdiff - mm/shmem.c
writeback: get rid to incorrect references to pdflush in comments
[linux-2.6.git] / mm / shmem.c
index b206a7a32e2a4e00bc7446ae839407f656031643..aa9481166aae1aa75ae970abdb9feefc5f58eac2 100644 (file)
@@ -1046,8 +1046,9 @@ static int shmem_writepage(struct page *page, struct writeback_control *wbc)
         * sync from ever calling shmem_writepage; but a stacking filesystem
         * may use the ->writepage of its underlying filesystem, in which case
         * tmpfs should write out to swap only in response to memory pressure,
-        * and not for pdflush or sync.  However, in those cases, we do still
-        * want to check if there's a redundant swappage to be discarded.
+        * and not for the writeback threads or sync.  However, in those cases,
+        * we do still want to check if there's a redundant swappage to be
+        * discarded.
         */
        if (wbc->for_reclaim)
                swap = get_swap_page();