diff options
| author | Philippe Charnier <charnier@FreeBSD.org> | 2002-08-25 13:23:09 +0000 |
|---|---|---|
| committer | Philippe Charnier <charnier@FreeBSD.org> | 2002-08-25 13:23:09 +0000 |
| commit | 93b0017f88462f9af15368440324aa3be58eb18f (patch) | |
| tree | 9d932320e38df05718ee72d760a4d0d204431b9b /sys/kern/vfs_cluster.c | |
| parent | 7fed38d0a00297914313d5b57f3fae8ef7d4e627 (diff) | |
Notes
Diffstat (limited to 'sys/kern/vfs_cluster.c')
| -rw-r--r-- | sys/kern/vfs_cluster.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/kern/vfs_cluster.c b/sys/kern/vfs_cluster.c index 70d2e4e94921..5c5f0f0d824a 100644 --- a/sys/kern/vfs_cluster.c +++ b/sys/kern/vfs_cluster.c @@ -597,12 +597,12 @@ cluster_wbuild_wb(struct vnode *vp, long size, daddr_t start_lbn, int len) if (start_lbn < len) break; start_lbn -= len; - /* fall through */ + /* FALLTHROUGH */ case 1: r = cluster_wbuild(vp, size, start_lbn, len); - /* fall through */ + /* FALLTHROUGH */ default: - /* fall through */ + /* FALLTHROUGH */ break; } return(r); |
