* [PATCH] fs/fs-writeback.c: Fix sync_inodes_sb() return value kernel-doc
@ 2010-11-26 16:35 Stefan Hajnoczi
2010-11-29 14:57 ` Christoph Hellwig
0 siblings, 1 reply; 2+ messages in thread
From: Stefan Hajnoczi @ 2010-11-26 16:35 UTC (permalink / raw)
To: linux-fsdevel
Cc: linux-kernel, Alexander Viro, Christoph Hellwig, Stefan Hajnoczi
The sync_inodes_sb() function does not have a return value. Remove the
outdated documentation comment.
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
---
fs/fs-writeback.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fs/fs-writeback.c b/fs/fs-writeback.c
index 3d06ccc..13a6b69 100644
--- a/fs/fs-writeback.c
+++ b/fs/fs-writeback.c
@@ -1164,7 +1164,7 @@ EXPORT_SYMBOL(writeback_inodes_sb_nr_if_idle);
* @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)
{
--
1.7.2.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-11-29 14:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-26 16:35 [PATCH] fs/fs-writeback.c: Fix sync_inodes_sb() return value kernel-doc Stefan Hajnoczi
2010-11-29 14:57 ` Christoph Hellwig
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).