mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
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>
This commit is contained in:
parent
af06216a8e
commit
e6eb5ce1b2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user