The patch titled fs/fs-writeback.c: fix sync_inodes_sb() return value kernel-doc has been added to the -mm tree. Its filename is fs-fs-writebackc-fix-sync_inodes_sb-return-value-kernel-doc.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: fs/fs-writeback.c: fix sync_inodes_sb() return value kernel-doc From: Stefan Hajnoczi <stefanha@xxxxxxxxxxxxxxxxxx> The sync_inodes_sb() function does not have a return value. Remove the outdated documentation comment. Signed-off-by: Stefan Hajnoczi <stefanha@xxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/fs-writeback.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN fs/fs-writeback.c~fs-fs-writebackc-fix-sync_inodes_sb-return-value-kernel-doc fs/fs-writeback.c --- a/fs/fs-writeback.c~fs-fs-writebackc-fix-sync_inodes_sb-return-value-kernel-doc +++ a/fs/fs-writeback.c @@ -1247,7 +1247,7 @@ EXPORT_SYMBOL(writeback_inodes_sb_nr_if_ * @sb: the superblock * * This function writes and waits on any dirty inode belonging to this - * super_block. The number of pages synced is returned. + * super_block. */ void sync_inodes_sb(struct super_block *sb) { _ Patches currently in -mm which might be from stefanha@xxxxxxxxxxxxxxxxxx are fs-fs-writebackc-fix-sync_inodes_sb-return-value-kernel-doc.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