lint
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Wed, 24 Jun 1992 10:59:34 +0000 (02:59 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Wed, 24 Jun 1992 10:59:34 +0000 (02:59 -0800)
SCCS-vsn: sys/kern/vfs_bio.c 7.49
SCCS-vsn: sys/kern/vfs_cluster.c 7.49

usr/src/sys/kern/vfs_bio.c
usr/src/sys/kern/vfs_cluster.c

index 6eeea80..d8aa04b 100644 (file)
@@ -6,7 +6,7 @@
  * Use and redistribution is subject to the Berkeley Software License
  * Agreement and your Software Agreement with AT&T (Western Electric).
  *
  * Use and redistribution is subject to the Berkeley Software License
  * Agreement and your Software Agreement with AT&T (Western Electric).
  *
- *     @(#)vfs_bio.c   7.48 (Berkeley) %G%
+ *     @(#)vfs_bio.c   7.49 (Berkeley) %G%
  */
 
 #include <sys/param.h>
  */
 
 #include <sys/param.h>
@@ -142,8 +142,9 @@ breadn(vp, blkno, size, rablkno, rabsize, num, cred, bpp)
                        VOP_STRATEGY(bp);
                        trace(TR_BREADMISS, pack(vp, size), blkno);
                        p->p_stats->p_ru.ru_inblock++;  /* pay for read */
                        VOP_STRATEGY(bp);
                        trace(TR_BREADMISS, pack(vp, size), blkno);
                        p->p_stats->p_ru.ru_inblock++;  /* pay for read */
-               } else
+               } else {
                        trace(TR_BREADHIT, pack(vp, size), blkno);
                        trace(TR_BREADHIT, pack(vp, size), blkno);
+               }
        }
 
        /*
        }
 
        /*
index 0776954..a27c42e 100644 (file)
@@ -6,7 +6,7 @@
  * Use and redistribution is subject to the Berkeley Software License
  * Agreement and your Software Agreement with AT&T (Western Electric).
  *
  * Use and redistribution is subject to the Berkeley Software License
  * Agreement and your Software Agreement with AT&T (Western Electric).
  *
- *     @(#)vfs_cluster.c       7.48 (Berkeley) %G%
+ *     @(#)vfs_cluster.c       7.49 (Berkeley) %G%
  */
 
 #include <sys/param.h>
  */
 
 #include <sys/param.h>
@@ -142,8 +142,9 @@ breadn(vp, blkno, size, rablkno, rabsize, num, cred, bpp)
                        VOP_STRATEGY(bp);
                        trace(TR_BREADMISS, pack(vp, size), blkno);
                        p->p_stats->p_ru.ru_inblock++;  /* pay for read */
                        VOP_STRATEGY(bp);
                        trace(TR_BREADMISS, pack(vp, size), blkno);
                        p->p_stats->p_ru.ru_inblock++;  /* pay for read */
-               } else
+               } else {
                        trace(TR_BREADHIT, pack(vp, size), blkno);
                        trace(TR_BREADHIT, pack(vp, size), blkno);
+               }
        }
 
        /*
        }
 
        /*