[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20110226105400.c70faa11.randy.dunlap@oracle.com>
Date: Sat, 26 Feb 2011 10:54:00 -0800
From: Randy Dunlap <randy.dunlap@...cle.com>
To: lkml <linux-kernel@...r.kernel.org>
Cc: torvalds <torvalds@...ux-foundation.org>
Subject: [PATCH] fs/block_dev.c: fix new kernel-doc warning
From: Randy Dunlap <randy.dunlap@...cle.com>
Fix new kernel-doc warning in fs/block_dev.c:
Warning(fs/block_dev.c:937): No description found for parameter 'kill_dirty'
Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
---
fs/block_dev.c | 1 +
1 file changed, 1 insertion(+)
--- linux-2.6.38-rc6-git6.orig/fs/block_dev.c
+++ linux-2.6.38-rc6-git6/fs/block_dev.c
@@ -928,6 +928,7 @@ EXPORT_SYMBOL_GPL(bd_unlink_disk_holder)
* flush_disk - invalidates all buffer-cache entries on a disk
*
* @bdev: struct block device to be flushed
+ * @kill_dirty: flag to guide handling of dirty inodes
*
* Invalidates all buffer-cache entries on a disk. It should be called
* when a disk has been changed -- either by a media change or online
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists