projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
684265d
)
fs/fs-writeback.c: fix sync_inodes_sb() return value kernel-doc
author
Stefan Hajnoczi
<
[email protected]
>
Thu, 13 Jan 2011 23:47:26 +0000
(15:47 -0800)
committer
Linus Torvalds
<
[email protected]
>
Fri, 14 Jan 2011 01:32:48 +0000
(17:32 -0800)
The sync_inodes_sb() function does not have a return value. Remove the
outdated documentation comment.
Signed-off-by: Stefan Hajnoczi <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
fs/fs-writeback.c
patch
|
blob
|
history
diff --git
a/fs/fs-writeback.c
b/fs/fs-writeback.c
index 05aab263e9aa7ca7945707f7e520ff661e4ee822..59c6e4956786e36b323bbbdea49822e7539ef355 100644
(file)
--- a/
fs/fs-writeback.c
+++ b/
fs/fs-writeback.c
@@
-1225,7
+1225,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)
{