The patch titled doc. fixes for readahead has been added to the -mm tree. Its filename is mm-merge-populate-and-nopage-into-fault-fixes-nonlinear-doc-fix.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: doc. fixes for readahead From: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Fix mm/readahead.c & filemap.c kernel-doc warnings (goes with readahead patch when it's submitted). Warning(/tester/linsrc/linux-2621-rc7mm2//mm/readahead.c:1633): No description found for parameter 'mapping' Warning(/tester/linsrc/linux-2621-rc7mm2//mm/readahead.c:1633): No description found for parameter 'ra' Warning(/tester/linsrc/linux-2621-rc7mm2//mm/readahead.c:1633): No description found for parameter 'filp' Warning(/tester/linsrc/linux-2621-rc7mm2//mm/readahead.c:1633): No description found for parameter 'offset' Warning(/tester/linsrc/linux-2621-rc7mm2//mm/readahead.c:1633): No description found for parameter 'req_size' Warning(/tester/linsrc/linux-2621-rc7mm2//mm/filemap.c:1394): No description found for parameter 'vma' Warning(/tester/linsrc/linux-2621-rc7mm2//mm/filemap.c:1394): No description found for parameter 'fdata' Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/filemap.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) diff -puN mm/filemap.c~mm-merge-populate-and-nopage-into-fault-fixes-nonlinear-doc-fix mm/filemap.c --- a/mm/filemap.c~mm-merge-populate-and-nopage-into-fault-fixes-nonlinear-doc-fix +++ a/mm/filemap.c @@ -1308,7 +1308,8 @@ static int fastcall page_cache_read(stru /** * filemap_fault - read in file data for page fault handling - * @data: the applicable fault_data + * @vma: user vma (not used) + * @fdata: the applicable fault_data * * filemap_fault() is invoked via the vma operations vector for a * mapped memory region to read in file data during a page fault. _ Patches currently in -mm which might be from randy.dunlap@xxxxxxxxxx are origin.patch git-acpi.patch git-drm.patch git-ieee1394.patch git-kbuild.patch romfs-printk-format-warnings.patch git-net.patch git-scsi-misc.patch git-unionfs.patch git-ipwireless_cs.patch mm-merge-populate-and-nopage-into-fault-fixes-nonlinear-doc-fix.patch doc-fixes-for-readahead.patch scripts-kernel-doc-whitespace-cleanup.patch reiserfs-proc-support-requires-proc_fs.patch kprobes-fix-sparse-null-warning.patch header-cleaning-dont-include-smp_lockh-when-not-used.patch parport_serial-fix-pci-must_checks.patch doc-kernel-parameters-use-x86-32-tag-instead-of-ia-32.patch kernel-doc-handle-arrays-with-arithmetic-expressions-as.patch generate-main-index-page-when-building-htmldocs.patch kernel-doc-html-mode-struct-highlights.patch taskstats-fix-getdelays-usage-information.patch introduce-a-handy-list_first_entry-macro-v2.patch add-pci_try_set_mwi.patch consolidate-asm-consth-to-linux-consth.patch x86_64-kill-19000-sparse-warnings.patch move-log_buf_shift-to-a-more-sensible-place.patch doc-fix-oops-tracing-duplicate.patch docbook-librs-typo-fixes.patch lib-hexdump.patch lib-hexdump-fix.patch some-grammatical-fixups-and-additions-to-atomich-kernel-doc.patch s3fb-fix-pci-must_checks.patch profile-likely-unlikely-macros.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html