Commit e6eb5ce1b202ac9cdcfda5be559c9b9d8ec7542c

Authored by Randy Dunlap
Committed by Linus Torvalds
1 parent af06216a8e

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

... ... @@ -928,6 +928,7 @@
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