Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cb9ef8d5 authored by Stefan Hajnoczi's avatar Stefan Hajnoczi Committed by Linus Torvalds
Browse files

fs/fs-writeback.c: fix sync_inodes_sb() return value kernel-doc



The sync_inodes_sb() function does not have a return value.  Remove the
outdated documentation comment.

Signed-off-by: default avatarStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 684265d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
{