aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorRandy Dunlap <randy.dunlap@oracle.com>2011-02-26 10:54:00 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2011-02-28 18:08:31 -0800
commite6eb5ce1b202ac9cdcfda5be559c9b9d8ec7542c (patch)
tree804e89136479b335c2d4dd14dd6cbf8041a8ff8a /fs
parentACPI: Fix build for CONFIG_NET unset (diff)
downloadlinux-dev-e6eb5ce1b202ac9cdcfda5be559c9b9d8ec7542c.tar.xz
linux-dev-e6eb5ce1b202ac9cdcfda5be559c9b9d8ec7542c.zip
fs/block_dev.c: fix new kernel-doc warning
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@oracle.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs')
-rw-r--r--fs/block_dev.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/block_dev.c b/fs/block_dev.c
index f05bf16cd979..889287019599 100644
--- a/fs/block_dev.c
+++ b/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