Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Randy Dunlap and committed by
Linus Torvalds
e6eb5ce1 af06216a

+1
+1
fs/block_dev.c
··· 928 928 * flush_disk - invalidates all buffer-cache entries on a disk 929 929 * 930 930 * @bdev: struct block device to be flushed 931 + * @kill_dirty: flag to guide handling of dirty inodes 931 932 * 932 933 * Invalidates all buffer-cache entries on a disk. It should be called 933 934 * when a disk has been changed -- either by a media change or online