diff options
Diffstat (limited to 'sys/kern/vfs_subr.c')
| -rw-r--r-- | sys/kern/vfs_subr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c index d74c12c9bc48..300f051e8bc8 100644 --- a/sys/kern/vfs_subr.c +++ b/sys/kern/vfs_subr.c @@ -1761,7 +1761,7 @@ reassignbuf(bp, newvp) delay = metadelay; break; } - /* fall through */ + /* FALLTHROUGH */ default: delay = filedelay; } |
