cvs commit: src/sys/geom/mirror g_mirror.c src/sys/geom/raid3 g_raid3.c

Pawel Jakub Dawidek pjd at FreeBSD.org
Mon Sep 4 12:55:44 UTC 2006


pjd         2006-09-04 12:55:44 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/geom/mirror      g_mirror.c 
    sys/geom/raid3       g_raid3.c 
  Log:
  MFC:    sys/geom/mirror/g_mirror.c      1.86-1.88
          sys/geom/raid3/g_raid3.c        1.70-1.72
  
  - Don't use f-word in comments. We are gentlemans.
  
    Pointed out by: Maciej Sobczak
  
  - Commit the results of the typo hunt by Darren Pilgrim.
    This change affects documentation and comments only,
    no real code involved.
  
    PR:                   misc/101245
    Submitted by:         Darren Pilgrim <darren pilgrim bitfreak org>
    Tested by:            md5(1)
    Commit to HEAD by:    yar
  
  - Not only a request from us can be passed to g_{mirror,raid3}_worker()
    function, but also a request to us, in which case checking bio_cflags
    is wrong, because the class above us is controling it, not we.
  
  Revision   Changes    Path
  1.66.2.8   +14 -7     src/sys/geom/mirror/g_mirror.c
  1.40.2.13  +13 -7     src/sys/geom/raid3/g_raid3.c


More information about the cvs-all mailing list